On Thu, Sep 11, 2014 at 1:59 PM, Carl Eugen Hoyos <ceho...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to