mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-14 05:34:06 -04:00
fmt-ops: add RVV optimizations for f32d_s16d
This commit is contained in:
parent
9348ad8115
commit
852de6c35c
5 changed files with 50 additions and 25 deletions
|
|
@ -232,6 +232,8 @@ static void test_f32_s16(void)
|
|||
if (cpu_flags & SPA_CPU_FLAG_RISCV_V) {
|
||||
run_test("test_f32_s16_rvv", in, sizeof(in[0]), out, sizeof(out[0]), SPA_N_ELEMENTS(out),
|
||||
true, true, conv_f32_to_s16_rvv);
|
||||
run_test("test_f32d_s16d_rvv", in, sizeof(in[0]), out, sizeof(out[0]), SPA_N_ELEMENTS(out),
|
||||
false, false, conv_f32d_to_s16d_rvv);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue