[PATCH] D11598: [X86][AVX512VLDQ] add reduce/range/cvt intrinsics
Asaf Badouh
asaf.badouh at intel.com
Sun Aug 2 04:55:05 PDT 2015
AsafBadouh 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, \
----------------
mkuper wrote:
> Why are these macros and not functions?
these intrinsics include imm argument so it must be macros
http://reviews.llvm.org/D11598
More information about the llvm-commits
mailing list