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 1539cfa commit 2bb067c
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);
__m64 ret = _mm_setzero_si64();
__m64 ret = _mm_set_pi32(0, 0);
switch (iter % 3) {
case 0:
ret = _mm_alignr_pi8(a, b, 0);
Expand Down

0 comments on commit 2bb067c

Please sign in to comment.