Skip to content

Commit

Permalink
testing: Fix missing simd test due to copy paste typo (#3896)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Jun 30, 2023
1 parent a829187 commit 77975c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/simd_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ main(int argc, char* argv[])
test_shuffle16<vint16>();
test_blend<vint16>();
test_vint_to_uint16s<vint16>();
test_vint_to_uint16s<vint16>();
test_vint_to_uint8s<vint16>();
test_shift<vint16>();

category_heading("vbool4");
Expand Down

0 comments on commit 77975c6

Please sign in to comment.