From: Mark Wooding Date: Sat, 5 Nov 2016 21:28:22 +0000 (+0000) Subject: math/mpx-mul4-x86-sse2.S: Use `movdqa' to move between XMM registers. X-Git-Tag: 2.3.0~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/d22691798187585df60826582ff71103d18b8367 math/mpx-mul4-x86-sse2.S: Use `movdqa' to move between XMM registers. Not `movdqu'. I don't think there's a performance difference (any more), but it's better style. --- diff --git a/math/mpx-mul4-x86-sse2.S b/math/mpx-mul4-x86-sse2.S index ab238862..0e87ff58 100644 --- a/math/mpx-mul4-x86-sse2.S +++ b/math/mpx-mul4-x86-sse2.S @@ -276,7 +276,7 @@ psrldq \c1, 8 // (0, y^*_1, 0, 0) psrldq \c2, 4 // (0, 0, y^*_2, 0) .ifnes "\h", "nil" - movdqu \t, \c3 + movdqa \t, \c3 pxor \u, \u .endif pslldq \c3, 12 // (0, 0, 0, y^*_3)