This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2025-02-09 14:14:39 +02:00
Code
Issues
Releases
Activity
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 18:29:59 +03: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 17:54:26 +02:00
RV-OBJS
+=
riscv/rgb2rgb_rvb.o
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
2022-09-28 18:29:59 +03:00
RVV-OBJS
+=
riscv/rgb2rgb_rvv.o
Reference in New Issue
Copy Permalink