mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
fmt-ops: add RVV optimizations for f32d_s16
This commit is contained in:
parent
852de6c35c
commit
8a8843ba20
5 changed files with 54 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ static void test_f32_s16(void)
|
|||
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);
|
||||
run_test("test_f32d_s16_rvv", in, sizeof(in[0]), out, sizeof(out[0]), SPA_N_ELEMENTS(out),
|
||||
false, true, conv_f32d_to_s16_rvv);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue