summaryrefslogtreecommitdiff
path: root/libavfilter/riscv
Commit message (Collapse)AuthorAge
* af_afir: RISC-V V fcmul_addsunyuechi2023-11-16
Segmented loads are slow, so here we use unit-strided load and narrowing shifts. c910: fcmul_add_c: 2179 fcmul_add_rvv_f64: 1652 c908: fcmul_add_c: 4891.2 fcmul_add_rvv_f64: 2399.5 Signed-off-by: RĂ©mi Denis-Courmont <remi@remlab.net>