forked from boostorg/multiprecision
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle infinities and NaNs correctly
- Loading branch information
1 parent
b14b339
commit 51c2ba5
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51c2ba5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hooray!
cpp_quad_float
now passes the basic arithmetic test suite of Boost library. I think we can set up a CI accordinglyCC @ckormanyos @cosurgi
51c2ba5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. I just verified that as well.
Did you know that your PR is set as a draft Pull Request? I think you should remove the draft attribute and we should merge your PR?
I can handle CI and also have some
sqrt
tests in my own branch that I will happily combine with your progress.There still does, however, seem to be problems when we hammer
cpp_quad_float<float>
with millions of random cases of mul/div.