[PATCH] D19313: [Clang][AVX512][BUILTIN] Adding intrinsics for VSCATTERPF{1|0}{DPS|QPS|DPD|QPD} instruction set

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 00:12:20 PDT 2016


igorb added a comment.

please update  diff after http://reviews.llvm.org/D19224 committed.


================
Comment at: lib/Headers/avx512fintrin.h:6324
@@ -6323,1 +6323,3 @@
 
+#define _mm512_i64gather_ps( __index, __addr, __scale) __extension__ ({ \
+__builtin_ia32_gatherdiv16sf ((__v8sf) _mm256_undefined_ps (),\
----------------
most probably this one is from  http://reviews.llvm.org/D19224 , please remove it.


http://reviews.llvm.org/D19313





More information about the llvm-commits mailing list