[PATCH] D19050: [Clang][AVX512][Builtin] Adding intrinsics of pmovus{d|q}{b|w|d}{128|256|512} instruction set

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 04:16:29 PDT 2016


igorb added inline comments.

================
Comment at: lib/Headers/avx512fintrin.h:5626
@@ +5625,3 @@
+  return (__m128i) __builtin_ia32_pmovusdb512_mask ((__v16si) __A,
+                (__v16qi)
+                _mm_undefined_si128 (),
----------------
could you please put casting on the same line with argument ( the same regarding the code below)


http://reviews.llvm.org/D19050





More information about the llvm-commits mailing list