FFmpeg/libavutil/riscv
Rémi Denis-Courmont 1b2a925e94 lavc/riscv: drop probing for F & D extensions
F and D extensions are included in all RISC-V application profiles ever
made (so starting from RV64GC a.k.a. RVA20). Realistically they need to be
selected at compilation time.

Currently, there are no consumers for these two flags. If there is ever a
need to reintroduce F- or D-specific optimisations, we can always use
__riscv_f or __riscv_d compiler predefined macros respectively.
2024-08-01 22:56:50 +03:00
..
asm.S lavu/riscv: assembly for zicfilp LPAD 2024-07-25 23:10:14 +03:00
bswap_rvb.S lavu/riscv: count bytes rather than words for bswap32 2024-07-30 18:41:51 +03:00
bswap.h
cpu_common.c
cpu.c lavc/riscv: drop probing for F & D extensions 2024-08-01 22:56:50 +03:00
cpu.h
fixed_dsp_init.c
fixed_dsp_rvv.S lavu/riscv: add forward-edge CFI landing pads 2024-07-25 23:10:14 +03:00
float_dsp_init.c
float_dsp_rvv.S lavu/riscv: add forward-edge CFI landing pads 2024-07-25 23:10:14 +03:00
intmath.h lavu/riscv: fix return type 2024-08-01 18:44:01 +03:00
lls_init.c
lls_rvv.S lavu/riscv: add forward-edge CFI landing pads 2024-07-25 23:10:14 +03:00
Makefile