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: [email protected]
Reporter: [email protected]
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.
--