[PATCH] D41582: [x86][icelake][gfni]
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 26 09:08:33 PST 2017
craig.topper added inline comments.
================
Comment at: test/CodeGen/gfni-builtins.c:45
+
+#ifdef AVX512
+__m512i test_mm512_gf2p8affineinv_epi64_epi8(__m512i A, __m512i B) {
----------------
craig.topper wrote:
> Doesn't the define have underscores around it?
Oh its your own define. You can problably just use the builtin one.
Repository:
rC Clang
https://reviews.llvm.org/D41582
More information about the cfe-commits
mailing list