I'm not sure why this option wasn't set the same as avx2. Signed-off-by: Richard Henderson <richard.hender...@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') -- 2.34.1