[FFmpeg-cvslog] lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xl

2019-08-12 Thread Chip Kerchner
ffmpeg | branch: master | Chip Kerchner | Tue Aug 13 02:21:24 2019 +0200| [3a557c5d88b7b15b5954ba2743febb055549b536] | committer: Carl Eugen Hoyos lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xl gcc 6.x and 7.x generate wrong code for little endian machines for the vec_lvsl

[FFmpeg-cvslog] lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments

2021-02-22 Thread Chip Kerchner
ffmpeg | branch: master | Chip Kerchner | Fri Oct 9 20:17:20 2020 -0400| [e7f53d6ac961011db6e97c255677a984b3c228fd] | committer: Andriy Gelman lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments Add inline function for vec_xl if VSX is not supported. vec_xl intrinsic is only