From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, tstellar@redhat.com, berrange@redhat.com
Subject: [PATCH 2/2] meson: Set avx512f option to auto
Date: Sat, 3 Dec 2022 19:51:23 -0600 [thread overview]
Message-ID: <20221204015123.362726-3-richard.henderson@linaro.org> (raw)
In-Reply-To: <20221204015123.362726-1-richard.henderson@linaro.org>
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')
--
2.34.1
next prev parent reply other threads:[~2022-12-04 1:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-04 1:51 [PATCH v2 0/2] Use a more portable way to enable target specific functions Richard Henderson
2022-12-04 1:51 ` [PATCH 1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512 Richard Henderson
2022-12-05 11:17 ` Daniel P. Berrangé
2022-12-05 15:16 ` Richard Henderson
2022-12-04 1:51 ` Richard Henderson [this message]
2022-12-16 20:47 ` [PATCH 2/2] meson: Set avx512f option to auto Richard Henderson
2022-12-16 23:08 ` Paolo Bonzini
2022-12-16 23:50 ` Richard Henderson
2022-12-19 10:21 ` Daniel P. Berrangé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221204015123.362726-3-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=berrange@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=tstellar@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).