Skip to content
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

Fix the setting of the rounding mode #18

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

luhenry
Copy link
Collaborator

@luhenry luhenry commented Feb 14, 2024

It would previously read the rounding mode, but wouldn't set it when it was not TONEAREST.

That would work in most cases because TONEAREST is the default rounding mode in a process, and none of our tests would set it differently anyway.

@luhenry luhenry force-pushed the dev/ludovic/fix-set-rounding-mode branch 3 times, most recently from d4f485b to 2d81e81 Compare February 14, 2024 07:23
It would previously read the rounding mode, but wouldn't set it when it
was not TONEAREST.

That would work in most cases because TONEAREST is the default rounding
mode in a process, and none of our tests would set it differently
anyway.
@luhenry luhenry force-pushed the dev/ludovic/fix-set-rounding-mode branch from 2d81e81 to 5e1a45c Compare February 14, 2024 08:42
@PingTakPeterTang PingTakPeterTang merged commit 0751065 into main Feb 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants