[PATCH] D89105: [X86] Support Intel avxvnni
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 24 14:51:29 PST 2022
RKSimon added inline comments.
================
Comment at: clang/lib/Headers/cpuid.h:199
/* Features in %eax for leaf 7 sub-leaf 1 */
+#define bit_AVXVNNI 0x00000008
#define bit_AVX512BF16 0x00000020
----------------
@liuchen3 https://github.com/llvm/llvm-project/issues/53392 reports this should be 0x00000010?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89105/new/
https://reviews.llvm.org/D89105
More information about the cfe-commits
mailing list