Re: [FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

2016-11-02 Thread Andreas Cadhalpun
On 02.11.2016 11:31, Michael Niedermayer wrote: > On Wed, Nov 02, 2016 at 01:40:01AM +0100, Carl Eugen Hoyos wrote: >> 2016-11-01 0:27 GMT+01:00 Andreas Cadhalpun >> : >> >>> -#if HAVE_ALTIVEC >>> +#if HAVE_ALTIVEC && !(ARCH_PPC64 && HAVE_BIGENDIAN) >>> if (!PPC_ALTIVEC(av_get_cpu_flags())) >

Re: [FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

2016-11-02 Thread Michael Niedermayer
On Wed, Nov 02, 2016 at 01:40:01AM +0100, Carl Eugen Hoyos wrote: > 2016-11-01 0:27 GMT+01:00 Andreas Cadhalpun > : > > > -#if HAVE_ALTIVEC > > +#if HAVE_ALTIVEC && !(ARCH_PPC64 && HAVE_BIGENDIAN) > > if (!PPC_ALTIVEC(av_get_cpu_flags())) > > Do the dnxhd tests work for you on 32bit BE powe

Re: [FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

2016-11-01 Thread Carl Eugen Hoyos
2016-11-01 0:27 GMT+01:00 Andreas Cadhalpun : > -#if HAVE_ALTIVEC > +#if HAVE_ALTIVEC && !(ARCH_PPC64 && HAVE_BIGENDIAN) > if (!PPC_ALTIVEC(av_get_cpu_flags())) Do the dnxhd tests work for you on 32bit BE powerpc? (It fails here afaict) Carl Eugen ___

Re: [FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

2016-10-31 Thread Andreas Cadhalpun
On 01.11.2016 02:04, Michael Niedermayer wrote: > On Tue, Nov 01, 2016 at 12:27:00AM +0100, Andreas Cadhalpun wrote: >> The checkasm test fails, see trac ticket 5508. >> >> Also, the following tests fail due to this: >> fate-vsynth1-dnxhd-2k-hr-hq fate-vsynth1-dnxhd-edge1-hr >> fate-vsynth1-dnxhd-e

Re: [FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

2016-10-31 Thread Michael Niedermayer
On Tue, Nov 01, 2016 at 12:27:00AM +0100, Andreas Cadhalpun wrote: > The checkasm test fails, see trac ticket 5508. > > Also, the following tests fail due to this: > fate-vsynth1-dnxhd-2k-hr-hq fate-vsynth1-dnxhd-edge1-hr > fate-vsynth1-dnxhd-edge2-hr fate-vsynth1-dnxhd-edge3-hr > fate-vsynth1-dnx

[FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be

2016-10-31 Thread Andreas Cadhalpun
The checkasm test fails, see trac ticket 5508. Also, the following tests fail due to this: fate-vsynth1-dnxhd-2k-hr-hq fate-vsynth1-dnxhd-edge1-hr fate-vsynth1-dnxhd-edge2-hr fate-vsynth1-dnxhd-edge3-hr fate-vsynth1-dnxhd-hr-sq-mov fate-vsynth1-dnxhd-hr-hq-mov fate-vsynth2-dnxhd-2k-hr-hq fate-vsyn