qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Instruction set detection for clang.
@ 2020-07-23  0:27 Shu-Chun Weng
  2020-07-23  0:27 ` [PATCH 1/2] configure: avx2 and avx512f " Shu-Chun Weng
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shu-Chun Weng @ 2020-07-23  0:27 UTC (permalink / raw)
  To: rth; +Cc: Shu-Chun Weng, qemu-devel

Currently when configuring QEMU with clang, AVX2, AVX512F, ATOMIC64, and
ATOMIC128 are all disabled because the detection code is GCC-only. With these
two patches, I am able to configure, build, and run tests with clang with all of
the above enabled.

Shu-Chun Weng (2):
  configure: avx2 and avx512f detection for clang
  configure: atomic64/128 detection for clang

 configure           | 34 +++++++++++++++++++++++-----------
 util/bufferiszero.c | 33 +++++++++++++++++++++++----------
 2 files changed, 46 insertions(+), 21 deletions(-)

-- 
2.28.0.rc0.105.gf9edc3c819-goog



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-17  7:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-23  0:27 [PATCH 0/2] Instruction set detection for clang Shu-Chun Weng
2020-07-23  0:27 ` [PATCH 1/2] configure: avx2 and avx512f " Shu-Chun Weng
2020-07-23  4:54   ` Thomas Huth
2020-07-23  6:04     ` Shu-Chun Weng
2020-07-23  6:24       ` Thomas Huth
2020-07-23  0:27 ` [PATCH 2/2] configure: atomic64/128 " Shu-Chun Weng
2020-08-05 23:23 ` [PATCH 0/2] Instruction set " Shu-Chun Weng
2020-09-17  7:25   ` Shu-Chun Weng

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).