-
-
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
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. |
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.