]> git.sesse.net Git - ffmpeg/commitdiff
x86: dcadsp: Avoid SSE2 instructions in SSE functions
authorHenrik Gramner <henrik@gramner.com>
Sat, 1 Aug 2015 15:10:22 +0000 (17:10 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 11 Aug 2015 07:22:46 +0000 (09:22 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/x86/dcadsp.asm

index c42ee23fafbbe51d0a4b809699c799e814ec8a60..c99df126b09785ab7a2c9c2f68d49a7e651a31c0 100644 (file)
@@ -148,7 +148,7 @@ DECODE_HF
     addps       m4, va ; va1+3 vb1+3 va2+4 vb2+4
     movhlps     vb, m4 ; va1+3  vb1+3
     addps       vb, m4 ; va0..4 vb0..4
-    movh    [outq + count], vb
+    movlps  [outq + count], vb
 %if %1
     sub       cf0q, 8*NUM_COEF
 %endif