ffmpeg/libavutil/riscv
Rémi Denis-Courmont 0e580806d8 riscv/intmath: use builtins for counting ones
As with the earlier bswap change, all versions of GCC and Clang that
support RISC-V support the popcount built-ins, so we can just use them
instead of inline assembler.
2023-05-02 22:08:25 +02:00
..
Makefile
asm.S
bswap.h riscv/bswap: use compiler builtins 2023-05-02 22:08:21 +02:00
cpu.c
cpu.h
fixed_dsp_init.c
fixed_dsp_rvv.S
float_dsp_init.c
float_dsp_rvv.S riscv: fix scalar product initialisation 2022-10-13 10:17:38 +02:00
intmath.h riscv/intmath: use builtins for counting ones 2023-05-02 22:08:25 +02:00
timer.h