On 04/07/2012 06:56 PM, Kieran Kunhya wrote: > +%if cpuflag(avx) > + vmulps m0, [src1q + lenq] > + vmulps m1, [src1q + lenq + mmsize] > +%elif > + mulps m0, [src1q + lenq] > + mulps m1, [src1q + lenq + mmsize] > +%endif
Doesn't x86inc.asm already abstract these? So that you could use mulps in both cases and end up with exactly what you have there? -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
