mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
x86/float_dsp: add missing femms
It was lost during the port. Should fix fate on 3dnowext machines. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4959c4a793
commit
85065d2a7c
@ -238,6 +238,9 @@ cglobal vector_fmul_window, 5, 6, 6, dst, src0, src1, win, len, len1
|
|||||||
sub len1q, mmsize
|
sub len1q, mmsize
|
||||||
add lenq, mmsize
|
add lenq, mmsize
|
||||||
jl .loop
|
jl .loop
|
||||||
|
%if mmsize == 8
|
||||||
|
femms
|
||||||
|
%endif
|
||||||
REP_RET
|
REP_RET
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user