[Poppler-bugs] [Bug 91188] Strange splashRound behaviour that sometimes causes all white render on windows.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 2 14:46:58 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91188

--- Comment #2 from Adrian Johnson <ajohnson at redneon.com> ---
How useful is this assembler with modern compilers and hardware?

On my machine:

  int my_round(double x)
  {
    return (int)(x + 0.5);
  }

with gcc -O2 compiles to:

  addsd      .LC0(%rip), %xmm0
  cvttsd2si  %xmm0, %eax
  ret

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20150702/c1067f26/attachment.html>


More information about the Poppler-bugs mailing list