Unverified Commit bf3294af authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Apply suggestions from code review

Co-authored-by: default avatarJoseph Noir <josephnoir@users.noreply.github.com>
parent 35c6df5c
...@@ -146,12 +146,12 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -146,12 +146,12 @@ is based on [Keep a Changelog](https://keepachangelog.com).
should work as expected. should work as expected.
- Sending floating points to remote actors changed `infinity` and `NaN` to - Sending floating points to remote actors changed `infinity` and `NaN` to
garbage values (#1107). The fixed packing / unpacking routines for IEEE 754 garbage values (#1107). The fixed packing / unpacking routines for IEEE 754
values keeps these non-numeric values intact now. It is worth mentioning that values keep these non-numeric values intact now. It is worth mentioning that
the new algorithm downgrades signaling NaN values to silent NaN values, the new algorithm downgrades signaling NaN values to silent NaN values,
because the standard API does not provide predicates to distinct between the because the standard API does not provide predicates to distinguish between the
two. This should have no implications for real-world applications, because two. This should have no implications for real-world applications, because
actors that produce a signaling NaN trigger trap handlers before being able to actors that produce a signaling NaN trigger trap handlers before sending
send the result to another actor. the result to another actor.
## [0.17.5] - 2020-05-13 ## [0.17.5] - 2020-05-13
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment