diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2024-07-25 23:20:05 +0300 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2024-08-01 22:56:50 +0300 |
commit | 1b2a925e94c772c59a88c03c1654bddf6aff0ca2 (patch) | |
tree | a07f3107112ef39e8b11443bcf3eb6af3c168b92 /libavfilter/vf_gradfun.c | |
parent | 2f083fd5817f99e9874acf4fd04e6b4a7c47bb86 (diff) | |
download | ffmpeg-1b2a925e94c772c59a88c03c1654bddf6aff0ca2.tar.gz |
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.
Diffstat (limited to 'libavfilter/vf_gradfun.c')
0 files changed, 0 insertions, 0 deletions