Commit 0815a22d authored by Martin Storsjö's avatar Martin Storsjö

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 fcc0424c.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent e6891d1b
......@@ -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
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