On 06/25/2012 05:42 PM, Jason Garrett-Glaser wrote: >> + movhlps m3, m0 ; m3 = 3, 9, 15, 21, x, x, x, x > movhlps has a dependency on the top half of m3, which is > uninitialized. Maybe do this? > > + movq m3, [srcq+src3q] > + movhps m0, m3 >
You mean movlhps m0, m3 ? -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
