Section 16.9.171 says:
If X has the value zero, the result has the same value as X
So if X is -0.0, SET_EXPONENT should return -0.0.
Differential D129309
[flang] SET_EXPONENT(-0.0) should return -0.0 PeteSteinfeld on Jul 7 2022, 10:44 AM. Authored by
Details
Section 16.9.171 says: If X has the value zero, the result has the same value as X So if X is -0.0, SET_EXPONENT should return -0.0.
Diff Detail
Event Timeline
Comment Actions Responding to Peter's commend.
|
There's a typo in that comment.