提交 0815a22d 编写于 作者: M 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: NMartin Storsjö <martin@martin.st>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册