[PATCH] D19012: [Clang][Avx512][BuiltIn] Adding brodcast builtin to clang

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 22:34:50 PDT 2016


igorb added inline comments.

================
Comment at: lib/Headers/avx512bwintrin.h:2080
@@ +2079,3 @@
+  return (__m512i) __builtin_ia32_pbroadcastb512_mask ((__v16qi) __A,
+                   (__v64qi)
+                   _mm512_setzero_qi(),
----------------
could you please put casting on the same line with argument ( the same regarding the  code below)


http://reviews.llvm.org/D19012





More information about the llvm-commits mailing list