<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Strange splashRound behaviour that sometimes causes all white render on windows."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91188#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Strange splashRound behaviour that sometimes causes all white render on windows."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91188">bug 91188</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>