From 820d370d1674fb22073d1624dd68792e8e716221 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Tue, 9 Jul 2024 15:07:21 +0800 Subject: [PATCH] wip --- tests/impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/impl.cpp b/tests/impl.cpp index f3771dc4..2b7a3f05 100644 --- a/tests/impl.cpp +++ b/tests/impl.cpp @@ -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;