1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libswscale
Chip Kerchner 3a557c5d88 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/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.
2019-08-13 02:21:24 +02:00
..
2015-09-04 19:00:20 -03:00
2019-05-12 07:51:02 -07:00
2014-08-12 20:52:21 +02:00
2017-03-08 00:33:21 +01:00
2018-08-22 11:36:15 +02:00
2019-05-12 07:51:02 -07:00
2016-03-31 16:36:16 -03:00