From 452130836320cf348b2e81b35d15ba30664d889e Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Sun, 25 Oct 2009 03:09:53 +0000 Subject: [PATCH] s/movdqa/movaps/ in sse1 fft. (regression in r20293) Originally committed as revision 20371 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/fft_mmx.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm index 6c1b26d401..26bd748ae9 100644 --- a/libavcodec/x86/fft_mmx.asm +++ b/libavcodec/x86/fft_mmx.asm @@ -264,6 +264,7 @@ IF%1 mova Z(1), m3 %endmacro INIT_XMM +%define mova movaps %define Z(x) [r0+mmsize*x] @@ -403,6 +404,7 @@ DEFINE_ARGS z, w, n, o1, o3 %endmacro INIT_XMM +%define mova movaps DECL_PASS pass_sse, PASS_BIG 1 DECL_PASS pass_interleave_sse, PASS_BIG 0