mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
benchmark-fmt-ops: Fix test arg for f32_s16
This commit is contained in:
parent
faf2a13a27
commit
62ec61a3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue