Commit 4a53c758 authored by Henrik Gramner's avatar Henrik Gramner Committed by Anton Khirnov

x86: dcadsp: Avoid SSE2 instructions in SSE functions

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 5f200bbf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment