On 5/8/25 02:50, Paolo Bonzini wrote:
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<[email protected]>
Signed-off-by: Paolo Bonzini<[email protected]>
---
meson.build | 30 +++++++++++++++++++-----------
meson_options.txt | 4 ----
scripts/meson-buildoptions.sh | 6 ------
3 files changed, 19 insertions(+), 21 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~