FFmpeg/libswscale/riscv
Rémi Denis-Courmont 1a4bd76ea5 swscale/rgb2rgb: remove R-V V shuffle_bytes_3012
This is slower than the Zbb version on real hardware due to register
strides. Proper support for vector byte-swap requires the Zvbb
extension, but it's much too early for me to worry about it.
2023-10-02 22:28:38 +03:00
..
Makefile swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210 2023-10-02 22:28:25 +03:00
rgb2rgb_rvb.S swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210 2023-10-02 22:28:25 +03:00
rgb2rgb_rvv.S swscale/rgb2rgb: remove R-V V shuffle_bytes_3012 2023-10-02 22:28:38 +03:00
rgb2rgb.c swscale/rgb2rgb: remove R-V V shuffle_bytes_3012 2023-10-02 22:28:38 +03:00