wrong rounding

Matthias Bentrup via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 2 05:15:05 PDT 2015


Interestingly dmd computes the a/b with SSE instructions if the 
result is cast to int, uint or long, but uses x87 instructions 
for the division if the result is cast to ulong.


More information about the Digitalmars-d mailing list