diff --git a/spa/plugins/audioconvert/benchmark-fmt-ops.c b/spa/plugins/audioconvert/benchmark-fmt-ops.c index 13cb95c14..c8144b5ce 100644 --- a/spa/plugins/audioconvert/benchmark-fmt-ops.c +++ b/spa/plugins/audioconvert/benchmark-fmt-ops.c @@ -135,7 +135,7 @@ static void test_f32_s16(void) #endif #if defined (HAVE_RVV) 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 run_test("test_f32_s16d", "c", true, false, conv_f32_to_s16d_c);