[FFmpeg-devel] Fix bug for POWER8 LE for the test '/libavutil/float_altivec-test'
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Sep 11 22:59:42 CEST 2014
Timothy Gu <timothygu99 <at> gmail.com> writes:
> > + t1 = vec_perm(d, edges, vcprm(s0,s1,s2,s3));
> > + t0 = vec_perm(edges, d, vcprm(s0,s1,s2,s3));
>
> ...you are using the old variable names, which I am
> pretty sure won't compile.
I cannot explain why but it compiles and passes
fate here on Linux ppc64 (be).
Carl Eugen
More information about the ffmpeg-devel
mailing list