This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2025-01-10 00:59:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f00f70c8f1
ffmpeg
/
libswscale
/
riscv
/
Makefile
4 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 15:29:59 +00:00
OBJS
+=
riscv/rgb2rgb.o
riscv: test for assembler support This should fix the build on LLVM 16 and earlier, at the cost of turning all non-RVV optimisations off.
2023-12-05 15:54:26 +00:00
RV-OBJS
+=
riscv/rgb2rgb_rvb.o
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 15:29:59 +00:00
RVV-OBJS
+=
riscv/rgb2rgb_rvv.o
Reference in New Issue
Copy Permalink