[PATCH] D89105: [X86] Support Intel avxvnni
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 24 15:28:22 PST 2022
craig.topper 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
----------------
RKSimon wrote:
> @liuchen3 https://github.com/llvm/llvm-project/issues/53392 reports this should be 0x00000010?
Maybe we should start writing these as 1 << 4. This is not the first shifted by one issue we've had in this file.
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