Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jun 9, 2024
1 parent 1310043 commit c055a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c055a2e

Please sign in to comment.