vf_ssim: Fix loading doubles to float registers on i386
This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb
on i386 after breaking in fcc0424c93.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
e6891d1b7c
commit
0815a22dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -255,6 +255,6 @@ cglobal ssim_end_line, 3, 3, 7, sum0, sum1, w
|
|||
addpd m0, m4
|
||||
%if ARCH_X86_32
|
||||
movsd r0m, m0
|
||||
fld r0mp
|
||||
fld qword r0m
|
||||
%endif
|
||||
RET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue