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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 01:24:06 PDT 2023


================
@@ -358,6 +358,12 @@ __m128i test_mm_stream_load_si128(__m128i const *a) {
   return _mm_stream_load_si128(a);
 }
 
+__m128i test_mm_stream_load_si128_void(void const *a) {
----------------
phoebewang wrote:

`const void`?

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


More information about the cfe-commits mailing list