]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: drop --enable-avx* options
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jul 2024 07:12:20 +0000 (09:12 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 May 2025 08:35:25 +0000 (10:35 +0200)
commit5346686182472c21a782a9346feaabe72b26f509
treeac35e1ab59a15af78b8d79d36fbf6154501780f7
parent7be29f2f1a3f5b037d27eedbd5df9f441e8c8c16
meson: drop --enable-avx* options

Just detect compiler support and always enable the optimizations if
it is avilable; warn if the user did request AVX2/AVX512 use via
-Dx86_version= but the intrinsics are not available.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build
meson_options.txt
scripts/meson-buildoptions.sh