Re: [PATCH] meson: drop --enable-avx* options

2025-05-08 Thread Richard Henderson
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 Signed-off-by: Paolo Bonzini --- meson

[PATCH] meson: drop --enable-avx* options

2025-05-08 Thread Paolo Bonzini
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 Signed-off-by: Paolo Bonzini --- meson.build | 30 +

Re: [PATCH] meson: drop --enable-avx* options

2024-10-11 Thread Richard Henderson
On 10/10/24 02:24, Daniel P. Berrangé wrote: On Thu, Oct 10, 2024 at 11:13:22AM +0200, 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. S

Re: [PATCH] meson: drop --enable-avx* options

2024-10-10 Thread Daniel P . Berrangé
On Thu, Oct 10, 2024 at 11:13:22AM +0200, 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 > Sign

[PATCH] meson: drop --enable-avx* options

2024-10-10 Thread Paolo Bonzini
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 Signed-off-by: Paolo Bonzini --- meson.build | 30 +