On Mon, Sep 5, 2016 at 1:02 PM, Anton Khirnov <[email protected]> wrote: > + shl lenq, 2
You could also skip this shift and just use 4*lenq instead in the memory operands, multiplying by 2, 4, or 8 in memory args is free. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
