Re: [PATCH 0/2] Instruction set detection for clang.

2020-09-17 Thread Shu-Chun Weng
Ping. On Wed, Aug 5, 2020 at 4:23 PM Shu-Chun Weng wrote: > Ping: https://patchew.org/QEMU/cover.1595463707.git@google.com/ > > On Wed, Jul 22, 2020 at 5:27 PM Shu-Chun Weng wrote: > >> Currently when configuring QEMU with clang, AVX2, AVX512F, ATOMIC64, and >> ATOMIC128 are all disabled be

Re: [PATCH 0/2] Instruction set detection for clang.

2020-08-05 Thread Shu-Chun Weng
Ping: https://patchew.org/QEMU/cover.1595463707.git@google.com/ On Wed, Jul 22, 2020 at 5:27 PM Shu-Chun Weng wrote: > 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 a

[PATCH 0/2] Instruction set detection for clang.

2020-07-22 Thread Shu-Chun Weng
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 avx512