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

2024-11-23 Thread Michael Niedermayer
Hi Sean On Fri, Nov 22, 2024 at 05:31:39PM -0500, Sean McGovern wrote: > Hi, > > > On Tue, Nov 19, 2024, 00:06 Sean McGovern wrote: > > > The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, > > in both little- and big-endian configurations. > > > > Disable it by default. > >

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

2024-11-22 Thread Sean McGovern
Hi, On Tue, Nov 19, 2024, 00:06 Sean McGovern wrote: > The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, > in both little- and big-endian configurations. > > Disable it by default. > Add '-DSWS_USE_ALTIVEC_YUV2RGB' to CPPFLAGS to re-enable it. > --- > libswscale/ppc/yuv2rgb

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

2024-11-18 Thread Sean McGovern
The FATE test 'checkasm-sw_yuv2rgb' currently fails on this platform, in both little- and big-endian configurations. Disable it by default. Add '-DSWS_USE_ALTIVEC_YUV2RGB' to CPPFLAGS to re-enable it. --- libswscale/ppc/yuv2rgb_altivec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsw