[clang] [llvm] [X86] AVX10_V2_AUX Implementation (PR #206888)

Mikołaj Piróg via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 07:07:45 PDT 2026


================
@@ -500,6 +500,10 @@ _storebe_i64(void * __P, long long __D) {
 #include <avx10_2_512satcvtdsintrin.h>
 #include <avx10_2_512satcvtintrin.h>
 
+#ifdef __AVX10_V2_AUX__
----------------
mikolaj-pirog wrote:

Other include are not guarded like this. They were removed here: https://github.com/llvm/llvm-project/pull/144522/changes#diff-5004be357b95f9fe153f7aae535eadd58630fb690792c2bbfe270bbd164baab1

https://github.com/llvm/llvm-project/pull/206888


More information about the cfe-commits mailing list