You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@n8sh created dlang/phobos pull request #7515 "Make std.math.isIdentical work in CTFE" fixing this issue:
- Fix Issue 20197 - Make std.math.isIdentical work in CTFE
https://github.com/dlang/phobos/pull/7515
n8sh.secondary reported this on 2019-09-08T16:13:35Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=20197
Description
The text was updated successfully, but these errors were encountered: