[FFmpeg-cvslog] x86: dcadsp: Avoid SSE2 instructions in SSE functions
Henrik Gramner
git at videolan.org
Wed Aug 12 12:36:32 CEST 2015
ffmpeg | branch: master | Henrik Gramner <henrik at gramner.com> | Sat Aug 1 17:10:22 2015 +0200| [4a53c758d2f69302e6822b23f3e7349253b9e8d3] | committer: Anton Khirnov
x86: dcadsp: Avoid SSE2 instructions in SSE functions
Signed-off-by: Anton Khirnov <anton at khirnov.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a53c758d2f69302e6822b23f3e7349253b9e8d3
---
libavcodec/x86/dcadsp.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/dcadsp.asm b/libavcodec/x86/dcadsp.asm
index c42ee23..c99df12 100644
--- a/libavcodec/x86/dcadsp.asm
+++ b/libavcodec/x86/dcadsp.asm
@@ -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
More information about the ffmpeg-cvslog
mailing list