qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] meson: Set avx512f option to auto


From: Richard Henderson
Subject: Re: [PATCH 2/2] meson: Set avx512f option to auto
Date: Fri, 16 Dec 2022 12:47:06 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Ping.

On 12/3/22 17:51, Richard Henderson wrote:
I'm not sure why this option wasn't set the same as avx2.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  meson_options.txt | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 4b749ca549..f98ee101e2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -102,7 +102,7 @@ option('membarrier', type: 'feature', value: 'disabled',
option('avx2', type: 'feature', value: 'auto',
         description: 'AVX2 optimizations')
-option('avx512f', type: 'feature', value: 'disabled',
+option('avx512f', type: 'feature', value: 'auto',
         description: 'AVX512F optimizations')
  option('keyring', type: 'feature', value: 'auto',
         description: 'Linux keyring support')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]