From: Loren Merritt Date: Sun, 20 Apr 2008 08:39:31 +0000 (-0600) Subject: s/movdqa/movaps/g X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1877d1c430ff6a167b76736cc3527efe19dc330c;p=libx264 s/movdqa/movaps/g --- diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm index f8ac8144..307d2466 100644 --- a/common/x86/x86inc.asm +++ b/common/x86/x86inc.asm @@ -466,3 +466,7 @@ INIT_MMX %endif %endmacro +; substitutions which are functionally identical but reduce code size +%define movdqa movaps +%define movdqu movups +