Re: [PATCH 12/14] target/i386: use compiler builtin to compute PF

2024-10-29 Thread Richard Henderson
On 10/28/24 15:18, Paolo Bonzini wrote: This removes the 256 byte parity table from the executable. Suggested-by: Richard Henderson Signed-off-by: Paolo Bonzini --- include/qemu/host-utils.h| 9 ++ target/i386/tcg/helper-tcg.h | 6 +++- target/i386/tcg/cc_he

[PATCH 12/14] target/i386: use compiler builtin to compute PF

2024-10-28 Thread Paolo Bonzini
This removes the 256 byte parity table from the executable. Suggested-by: Richard Henderson Signed-off-by: Paolo Bonzini --- include/qemu/host-utils.h| 9 ++ target/i386/tcg/helper-tcg.h | 6 +++- target/i386/tcg/cc_helper_template.h.inc | 20 +++--- ta