]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: use compiler builtin to compute PF
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 31 May 2024 08:52:42 +0000 (10:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:33 +0000 (18:28 +0100)
commit24899cdcd238f885e9b7c0c708f624aa29090c21
tree0bbcf392c9e66b7cb41124cc939637573db70fb8
parent46c04e4bcfc0e3afc24c40f89a16475e564f0b10
target/i386: use compiler builtin to compute PF

This removes the 256 byte parity table from the executable.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/host-utils.h
target/i386/tcg/cc_helper.c
target/i386/tcg/cc_helper_template.h.inc
target/i386/tcg/helper-tcg.h
target/i386/tcg/int_helper.c