[PATCH] D11598: [X86][AVX512VLDQ] add reduce/range/cvt intrinsics

Michael Kuperstein michael.m.kuperstein at intel.com
Sun Aug 2 01:06:18 PDT 2015


mkuper added inline comments.

================
Comment at: lib/Headers/avx512vldqintrin.h:855
@@ +854,3 @@
+
+#define _mm_range_pd(__A, __B, __C) __extension__ ({                         \
+  (__m128d) __builtin_ia32_rangepd128_mask ((__v2df) __A, (__v2df) __B, __C, \
----------------
Why are these macros and not functions?


http://reviews.llvm.org/D11598







More information about the llvm-commits mailing list