changeset 10452:c6aa538c0bc3 libavcodec

s/movdqa/movaps/ in sse1 fft. (regression in r20293)
author lorenm
date Sun, 25 Oct 2009 03:09:53 +0000
parents 5af2d042ace7
children 0a97bc8da768
files x86/fft_mmx.asm
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/x86/fft_mmx.asm	Sat Oct 24 17:24:16 2009 +0000
+++ b/x86/fft_mmx.asm	Sun Oct 25 03:09:53 2009 +0000
@@ -264,6 +264,7 @@
 %endmacro
 
 INIT_XMM
+%define mova movaps
 
 %define Z(x) [r0+mmsize*x]
 
@@ -403,6 +404,7 @@
 %endmacro
 
 INIT_XMM
+%define mova movaps
 DECL_PASS pass_sse, PASS_BIG 1
 DECL_PASS pass_interleave_sse, PASS_BIG 0