benchmark-fmt-ops: Fix test arg for f32_s16

This commit is contained in:
sunyuechi 2024-09-20 12:33:04 +08:00 committed by hleft
parent faf2a13a27
commit 62ec61a3bb

View file

@ -135,7 +135,7 @@ static void test_f32_s16(void)
#endif #endif
#if defined (HAVE_RVV) #if defined (HAVE_RVV)
if (cpu_flags & SPA_CPU_FLAG_RISCV_V) { if (cpu_flags & SPA_CPU_FLAG_RISCV_V) {
run_test("test_f32_s16", "rvv", false, true, conv_f32_to_s16_rvv); run_test("test_f32_s16", "rvv", true, true, conv_f32_to_s16_rvv);
} }
#endif #endif
run_test("test_f32_s16d", "c", true, false, conv_f32_to_s16d_c); run_test("test_f32_s16d", "c", true, false, conv_f32_to_s16d_c);