You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.
Fixes an AAC decoding issue with the sample from ticket #213 on machines with SSE but without SSE2. Based on 89411a by Reimar.
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
740b9ff44e
commit
f6b7863808
@@ -473,7 +473,7 @@ cglobal scalarproduct_float_sse, 3,3,2, v1, v2, offset
|
|||||||
shufps xmm0, xmm0, 1
|
shufps xmm0, xmm0, 1
|
||||||
addss xmm0, xmm1
|
addss xmm0, xmm1
|
||||||
%if ARCH_X86_64 == 0
|
%if ARCH_X86_64 == 0
|
||||||
movd r0m, xmm0
|
movss r0m, xmm0
|
||||||
fld dword r0m
|
fld dword r0m
|
||||||
%endif
|
%endif
|
||||||
RET
|
RET
|
||||||
|
Reference in New Issue
Block a user