[clang] [X86] Add missing MACROs in cpuid.h (PR #80815)
Freddy Ye via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 6 19:32:22 PST 2024
================
@@ -211,7 +214,11 @@
/* Features in %edx for leaf 7 sub-leaf 1 */
#define bit_AVXVNNIINT8 0x00000010
#define bit_AVXNECONVERT 0x00000020
+#define bit_AMXCOMPLEX 0x00000100
+#define bit_AVXVNNIINT16 0x00000400
#define bit_PREFETCHI 0x00004000
+#define bit_USERMSR 0x00008000
+#define bit_AVX10_256 0x00080000
----------------
FreddyLeaf wrote:
I see. Aligned with gcc: [fd0c860](https://github.com/llvm/llvm-project/pull/80815/commits/fd0c860aab3c78505222c281419a366a36104e37)
https://github.com/llvm/llvm-project/pull/80815
More information about the cfe-commits
mailing list