You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
x86: dcadsp: Avoid SSE2 instructions in SSE functions
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
5f200bbf98
commit
4a53c758d2
@@ -148,7 +148,7 @@ DECODE_HF
|
|||||||
addps m4, va ; va1+3 vb1+3 va2+4 vb2+4
|
addps m4, va ; va1+3 vb1+3 va2+4 vb2+4
|
||||||
movhlps vb, m4 ; va1+3 vb1+3
|
movhlps vb, m4 ; va1+3 vb1+3
|
||||||
addps vb, m4 ; va0..4 vb0..4
|
addps vb, m4 ; va0..4 vb0..4
|
||||||
movh [outq + count], vb
|
movlps [outq + count], vb
|
||||||
%if %1
|
%if %1
|
||||||
sub cf0q, 8*NUM_COEF
|
sub cf0q, 8*NUM_COEF
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user