Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jul 9, 2024
1 parent 13c2253 commit 820d370
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 @@ -8443,7 +8443,7 @@ result_t test_mm_cvtepu8_epi64(const SSE2NEONTestImpl &impl, uint32_t iter)
MM_DP_PD_TEST_CASE_WITH(0x22); \
MM_DP_PD_TEST_CASE_WITH(0x23);

result_t test_mm_dp_pd(const SSE2NEONTestImpl &impl, uint32_t iter)
OPTNONE result_t test_mm_dp_pd(const SSE2NEONTestImpl &impl, uint32_t iter)
{
GENERATE_MM_DP_PD_TEST_CASES
return TEST_SUCCESS;
Expand Down

0 comments on commit 820d370

Please sign in to comment.