mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
3a557c5d88
gcc 6.x and 7.x generate wrong code for little endian machines for the vec_lvsl/vec_perm instruction combos in some cases. The bug was fixed in version 8.x If these instructions are replaced with vec_xl, the problem goes away for all versions of the compilers. Fixes ticket #7124. |
||
---|---|---|
.. | ||
Makefile | ||
swscale_altivec.c | ||
swscale_ppc_template.c | ||
swscale_vsx.c | ||
yuv2rgb_altivec.c | ||
yuv2rgb_altivec.h | ||
yuv2yuv_altivec.c |