tkrupa added a comment.

There are four other similar intrinsics which convert to 128/256-bit vectors:

__m128i _mm256_cvtepi32_epi8 (__m256i a)
__m128i _mm256_cvtepi64_epi16 (__m256i a)
__m128i _mm256_cvtepi64_epi8 (__m256i a)
__m128i _mm512_cvtepi64_epi8 (__m512i a)

Can you also include them?


Repository:
  rC Clang

https://reviews.llvm.org/D46742



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to