http://d.puremagic.com/issues/show_bug.cgi?id=5628
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|DMD |Phobos Summary|std.math unittest disabled |std.math unittest disabled | |- roundoff error in pow() | |on SSE2 OS/Version|Linux |All Severity|critical |normal --- Comment #3 from Don <[email protected]> 2013-04-09 02:28:41 PDT --- The remaining bug in comment 2 is just a rounding error. The last bit of 1/ x*x is different when the intermediate values are 80 bit reals, vs when they are 64 bit doubles. It is a bug, but it's not a compiler bug, just a fairly minor Phobos one. Dropping severity to normal, and changing to Phobos. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
