FFmpeg/libavcodec/riscv
Rémi Denis-Courmont 61e5ca4ded lavc/bswapdsp: purge RISC-V V bswap32
This cannot beat the Zbb implementation, and it is unlikely that a real
meaningful CPU design would support V and not Zbb. The best loop rewrite
that I could come up with (4 shifts, 2 ands, 3 ors) is still ~40% slower
than Zbb.

A proper faster vector implementation should be feasible with the
cryptographic vector extensions, but that is a story for another time.
2023-07-19 19:29:35 +03:00
..
aacpsdsp_init.c lavu: add/use flag for RISC-V Zba extension 2023-07-19 19:29:35 +03:00
aacpsdsp_rvv.S lavc/aacpsdsp: unroll RISC-V V add_squares 2023-07-19 19:29:35 +03:00
alacdsp_init.c lavu: add/use flag for RISC-V Zba extension 2023-07-19 19:29:35 +03:00
alacdsp_rvv.S lavc/alacdsp: unroll RISC-V V loops 2023-07-16 23:24:00 +03:00
audiodsp_init.c lavu: add/use flag for RISC-V Zba extension 2023-07-19 19:29:35 +03:00
audiodsp_rvf.S
audiodsp_rvv.S
bswapdsp_init.c lavc/bswapdsp: purge RISC-V V bswap32 2023-07-19 19:29:35 +03:00
bswapdsp_rvb.S
bswapdsp_rvv.S lavc/bswapdsp: purge RISC-V V bswap32 2023-07-19 19:29:35 +03:00
fmtconvert_init.c lavu: add/use flag for RISC-V Zba extension 2023-07-19 19:29:35 +03:00
fmtconvert_rvv.S
h264_chroma_init_riscv.c lavu: add/use flag for RISC-V Zba extension 2023-07-19 19:29:35 +03:00
h264_mc_chroma.S
idctdsp_init.c
idctdsp_rvv.S
Makefile
opusdsp_init.c
opusdsp_rvv.S
pixblockdsp_init.c
pixblockdsp_rvi.S
pixblockdsp_rvv.S
vorbisdsp_init.c lavu: add/use flag for RISC-V Zba extension 2023-07-19 19:29:35 +03:00
vorbisdsp_rvv.S