[Issue 20197] New: Make std.math.isIdentical work in CTFE
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 8 16:13:35 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20197
Issue ID: 20197
Summary: Make std.math.isIdentical work in CTFE
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: installer
Assignee: nobody at puremagic.com
Reporter: n8sh.secondary at hotmail.com
Making std.math.isIdentical work for real NaN when real is more than 64 bits
requires either changing `is` for floats to be a binary comparison (like
https://github.com/dlang/dmd/pull/7568) or adding support for CTFE
reinterpretation of reals as byte arrays. This is a subissue of Issue #17007.
--
More information about the Digitalmars-d-bugs
mailing list