On Sat, Dec 1, 2012 at 7:32 AM, Christophe Gisquet <[email protected]> wrote: > 2012/12/1 Jason Garrett-Glaser <[email protected]>: >> movu doesn't look like an aligned load to me... > > Ah ah, no idea why I kept understanding unaligned. And indeed the > address is aligned. So I ended up doing: > mova m4, [s_mq + max_mq] > movq m3, m4
This should be a mova, not a movq. Jason _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
