[Issue 3632] modify float is float to do a bitwise compare

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 27 11:37:12 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=3632



--- Comment #8 from Walter Bright <bugzilla at digitalmars.com> 2011-06-27 11:32:17 PDT ---
(In reply to comment #7)
> Reopening as the commit above will cause the following assert to fail:
> static assert(real.init !is real.nan);

This is intended. All nans are regarded as the same (even signalling and
non-signalling).

> And the padding issue has only been fixed for the compile time evaluation, not
> runtime.

You're right.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list