mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavc/audiodsp: fix RISC-V V scalar product (again)
The loop uses a 32-bit accumulator. The current code would only zero the lower 16 bits thereof.
This commit is contained in:
parent
fd5c273f26
commit
4d66e8c12e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
func ff_scalarproduct_int16_rvv, zve32x
|
||||
vsetivli zero, 1, e16, m1, ta, ma
|
||||
vsetivli zero, 1, e32, m1, ta, ma
|
||||
vmv.s.x v8, zero
|
||||
1:
|
||||
vsetvli t0, a2, e16, m1, ta, ma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue