projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f200bb
)
x86: dcadsp: Avoid SSE2 instructions in SSE functions
author
Henrik Gramner
<henrik@gramner.com>
Sat, 1 Aug 2015 15:10:22 +0000
(17:10 +0200)
committer
Anton 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
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/x86/dcadsp.asm
b/libavcodec/x86/dcadsp.asm
index
c42ee23
..
c99df12
100644
(file)
--- 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
- mov
h
[outq + count], vb
+ mov
lps
[outq + count], vb
%if %1
sub cf0q, 8*NUM_COEF
%endif