Hi, On Mon, Jul 30, 2012 at 10:47 AM, Justin Ruggles <[email protected]> wrote: > +%else > + %if cpuflag(sse4) && mmsize >= 16
%elif, indent also. > + pminsd %1, %2 > + %else > mova %3, %2 > pcmpgtd %3, %1 > pxor %1, %2 > pand %1, %3 > pxor %1, %2 > + %endif > +%endif No double %endif necessary if you use %elif above. I assume the rest is tested on x86-32 and x86-64 (since MMX etc. is disabled on x86-64, so you want to test at least those on x86-32); if so, OK with that changed. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
