================
@@ -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