[clang] [llvm] [X86] AVX10_V2_AUX Implementation (PR #206888)
Mikołaj Piróg via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 21 06:12:25 PDT 2026
================
@@ -222,6 +222,9 @@
#define bit_AVX10 0x00080000
#define bit_APXF 0x00200000
+/* Features in %ecx for leaf 24 sub-leaf 1 */
+#define bit_AVX10_V2_AUX 0x00000008
----------------
mikolaj-pirog wrote:
I think this should be done in this PR, thanks for bringing this up
https://github.com/llvm/llvm-project/pull/206888
More information about the cfe-commits
mailing list