-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Round from zero support for non-BigFloats #41246
Conversation
8fd0e5f
to
da82092
Compare
da82092
to
5be5ca2
Compare
This appears complete. Who needs to review this? |
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.
Looks good! I'm pretty sure there is a more efficient way to do this rounding, but it's fine to add this with a less than optimal implementation, and improve it later if anyone cares enough.
Have restarted CI since June 16th was a while ago. |
aba02cb
to
3c2c95a
Compare
3c2c95a
to
687f4c1
Compare
Only failing on FreeBSD. Log only show a bunch of |
Fixed conflicts; hopefully this is good to go? |
My attempt to fix both #34519 and #41182.
Implements
round(x, RoundFromZero)
,div(x, y, RoundFromZero)
and friends.