diff --git a/tests/impl.cpp b/tests/impl.cpp index 57edc220..74330f5c 100644 --- a/tests/impl.cpp +++ b/tests/impl.cpp @@ -7429,7 +7429,7 @@ result_t test_mm_alignr_pi8(const SSE2NEONTestImpl &impl, uint32_t iter) __m64 a = load_m64(_a); __m64 b = load_m64(_b); - uint8_t *zeros = {0, 0, 0, 0, 0, 0, 0, 0}; + uint8_t zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; __m64 ret = load_m64(zeros); switch (iter % 3) { case 0: