[PATCH] D17539: [CLANG] [AVX512] [BUILTIN] Adding PSHUF{L|H}W{128|256|512} builtin to clang .
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 03:48:17 PST 2016
delena accepted this revision.
delena added a comment.
This revision is now accepted and ready to land.
One minor fix.
================
Comment at: lib/Headers/avx512vlbwintrin.h:36
@@ +35,3 @@
+_mm_setzero_hi(void)
+{
+ return (__m128i){ 0LL, 0LL };
----------------
"{" should be moved one line up
http://reviews.llvm.org/D17539
More information about the llvm-commits
mailing list