Hi, On Sun, May 15, 2011 at 9:08 AM, Vitor Sessak <[email protected]> wrote: [..] > + movss [outq+92], xmm7 > + addss xmm2, [outq+124] > + movss [outq+116], xmm2
The indenting of this last chunk is weird... Also, if you want to do AVX impl, shouldn't you use m instead of xmm, so you can automatically switch xmm->ymm by using INIT_AVX? > + REP_RET No loop, so RET is enough. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
