Re: [FFmpeg-devel] [PATCH, v3] swscale/ppc: disable YUV2RGB AltiVec acceleration

2024-12-01 Thread Michael Niedermayer
Hi Sean On Thu, Nov 28, 2024 at 02:52:16PM -0500, Sean McGovern wrote: > The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, > in both little- and big-endian configurations with AltiVec enabled. > > Disable it for the time being. > --- > libswscale/ppc/yuv2rgb_altivec.c | 8 +++

[FFmpeg-devel] [PATCH, v3] swscale/ppc: disable YUV2RGB AltiVec acceleration

2024-11-28 Thread Sean McGovern
The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, in both little- and big-endian configurations with AltiVec enabled. Disable it for the time being. --- libswscale/ppc/yuv2rgb_altivec.c | 8 1 file changed, 8 insertions(+) diff --git a/libswscale/ppc/yuv2rgb_altivec.