[clang] [X86] Align 128/256 variants to use void * as 512 variants. (PR #66310)
Shengchen Kan via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 14 02:17:27 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) {
----------------
KanRobert wrote:
+1
https://github.com/llvm/llvm-project/pull/66310
More information about the cfe-commits
mailing list