aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-03-06 22:11:30 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2012-03-06 13:40:35 -0800
commitb5161908e06b4497bf663510fb495ba97a6fd2b5 (patch)
tree832968d4ecaa7fc2982f6b4681f5d04f5880cd88
parenta9c5b6f6020c3fad6bf59985518e08453e002cdf (diff)
downloadandroid_external_ffmpeg-b5161908e06b4497bf663510fb495ba97a6fd2b5.tar.gz
android_external_ffmpeg-b5161908e06b4497bf663510fb495ba97a6fd2b5.tar.bz2
android_external_ffmpeg-b5161908e06b4497bf663510fb495ba97a6fd2b5.zip
SBR DSP: fix SSE code to not use SSE2 instructions.
movq from SSE register _to_ memory is an SSE2 instruction. Use the SSE movlps function instead that does the same thing. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-rw-r--r--libavcodec/x86/sbrdsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/sbrdsp.asm b/libavcodec/x86/sbrdsp.asm
index c165c52ca4..c3b559bb15 100644
--- a/libavcodec/x86/sbrdsp.asm
+++ b/libavcodec/x86/sbrdsp.asm
@@ -104,7 +104,7 @@ cglobal sbr_hf_g_filt, 5, 6, 5
movq m2, [r1]
punpckldq m0, m0
mulps m2, m0
- movq [r0], m2
+ movlps [r0], m2
add r0, 8
add r2, 4
add r1, STEP