[FFmpeg-devel] [PATCH] pixblockdsp: disable altivec optimizations on ppc64be
Michael Niedermayer
michael at niedermayer.cc
Wed Nov 2 12:31:13 EET 2016
On Wed, Nov 02, 2016 at 01:40:01AM +0100, Carl Eugen Hoyos wrote:
> 2016-11-01 0:27 GMT+01:00 Andreas Cadhalpun <andreas.cadhalpun at googlemail.com>:
>
> > -#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)
i find it strange to belive that the code never worked on either HW
if we assume it did once work for some case, what is differnt now ?
the testcase?
the compiler?
the code?
something else ?
or this really never worked and we didnt notice ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161102/bf7bdddd/attachment.sig>
More information about the ffmpeg-devel
mailing list