mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
29b9d616c2
1) Take the reductive sum out of the loop, leaving a regular vector addition in the loop. 2) Merge the addition and the multiplication. 3) Unroll. Before: scalarproduct_float_rvv_f32: 832.5 After: scalarproduct_float_rvv_f32: 275.2 |
||
---|---|---|
.. | ||
asm.S | ||
bswap.h | ||
cpu.c | ||
cpu.h | ||
fixed_dsp_init.c | ||
fixed_dsp_rvv.S | ||
float_dsp_init.c | ||
float_dsp_rvv.S | ||
intmath.h | ||
Makefile | ||
timer.h |