[FFmpeg-devel] Fix bug for POWER8 LE for the test '/libavutil/float_altivec-test'

Timothy Gu timothygu99 at gmail.com
Thu Sep 11 23:05:18 CEST 2014


On Thu, Sep 11, 2014 at 1:59 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> 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).

Never mind. vcprm is a macro that expands s0 to WORD_s0, which is another macro.

TImothy


More information about the ffmpeg-devel mailing list