]> granicus.if.org Git - libx264/commitdiff
s/movdqa/movaps/g
authorLoren Merritt <pengvado@akuvian.org>
Sun, 20 Apr 2008 08:39:31 +0000 (02:39 -0600)
committerLoren Merritt <pengvado@akuvian.org>
Mon, 21 Apr 2008 00:26:24 +0000 (18:26 -0600)
common/x86/x86inc.asm

index f8ac8144af66ae18365def567e5f9786ad3401b5..307d24668ca11a60168db0c0231bbd4de19a76d3 100644 (file)
@@ -466,3 +466,7 @@ INIT_MMX
     %endif
 %endmacro
 
+; substitutions which are functionally identical but reduce code size
+%define movdqa movaps
+%define movdqu movups
+