ffmpeg/libavutil/riscv
Rémi Denis-Courmont ee1526c05f lavu/riscv: add assembler macros for adjusting vector LMUL
vtype_vli computes the VTYPE value with the optimal LMUL for a given
element width, tail and mask policies and a run-time vector length.

vtype_ivli does the same, but with the compile-time constant vector
length.

vwtypei and vntypei can be used to widen or narrow a VTYPE value for
use in mixed-width vector-optimised functions.
2024-05-19 18:37:33 +03:00
..
asm.S lavu/riscv: add assembler macros for adjusting vector LMUL 2024-05-19 18:37:33 +03:00
bswap_rvb.S
bswap.h
cpu.c lavu/riscv: fix parsing the unaligned access capability 2024-05-15 20:04:08 +03:00
cpu.h lavu/riscv: add ff_rv_vlen_least() 2024-05-13 18:36:07 +03:00
fixed_dsp_init.c lavu/fixed_dsp: R-V V fmul_window_scaled 2023-11-23 18:57:18 +02:00
fixed_dsp_rvv.S lavu/fixed_dsp: R-V V fmul_window_scaled 2023-11-23 18:57:18 +02:00
float_dsp_init.c
float_dsp_rvv.S lavu/float_dsp: optimise R-V V fmul_reverse & fmul_window 2023-11-23 18:57:18 +02:00
intmath.h
Makefile
timer.h