[PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 5 06:46:28 PDT 2016


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM - add test_mm512_setzero_pd() as well if you can.


================
Comment at: test/CodeGen/avx512f-builtins.c:7291
@@ +7290,3 @@
+
+__m512i test_mm512_setzero_ps()
+{
----------------
__m512d test_mm512_setzero_pd() ?


http://reviews.llvm.org/D20871





More information about the cfe-commits mailing list