[clang] [X86] Align 128/256 variants to use void * as 512 variants. (PR #66310)

Freddy Ye via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 17:37:19 PDT 2023


================
@@ -1223,6 +1223,12 @@ __m256i test_mm256_stream_load_si256(__m256i const *a) {
   return _mm256_stream_load_si256(a);
 }
 
+__m256i test_mm256_stream_load_si256_const(void const *a) {
----------------
FreddyLeaf wrote:

3e463d3

https://github.com/llvm/llvm-project/pull/66310


More information about the cfe-commits mailing list