[PATCH] D90822: [X86] use macros to split GFNI intrinsics into different kinds
Pengfei Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 5 00:02:22 PST 2020
pengfei added inline comments.
================
Comment at: clang/lib/Headers/gfniintrin.h:24
+#ifdef __AVXINTRIN_H
+#ifdef __AVX512BWINTRIN_H
+#ifdef __AVX512VLINTRIN_H
----------------
`__AVX512VLBWINTRIN_H` is better.
================
Comment at: clang/lib/Headers/gfniintrin.h:52
U, A, B, I)
-
+#endif
----------------
missing comments
================
Comment at: clang/lib/Headers/gfniintrin.h:190
}
+#endif
----------------
comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90822/new/
https://reviews.llvm.org/D90822
More information about the cfe-commits
mailing list