Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
bf3294af
Unverified
Commit
bf3294af
authored
Jun 02, 2020
by
Dominik Charousset
Committed by
GitHub
Jun 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply suggestions from code review
Co-authored-by:
Joseph Noir
<
josephnoir@users.noreply.github.com
>
parent
35c6df5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CHANGELOG.md
CHANGELOG.md
+4
-4
No files found.
CHANGELOG.md
View file @
bf3294af
...
@@ -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 keep
s
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 distin
ct
between the
because the standard API does not provide predicates to distin
guish
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment