-
-
Notifications
You must be signed in to change notification settings - Fork 705
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
Small clean-ups of architecture-specific code in FloatingPointControl #5769
Conversation
|
Thanks for your pull request, @ibuclaw! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
Ping? |
It's value is the same as FloatingPointControl.allExceptions
…trol.ExceptionMask
…trol.ControlState
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.
Alrighty then
| */ | ||
| roundToNearest, | ||
| roundDown, /// ditto | ||
| roundUp, /// ditto | ||
| roundToZero /// ditto | ||
| roundToZero, /// ditto | ||
| roundingMask, /// ditto |
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.
nice touch with that comma
Slight continuation of #4272.
Changes:
FloatingPointControl.roundingMask: New public RoundingMode valueFloatingPointControl.ExceptionMask: New public base type for exception mask enum.EXCEPTION_MASK,ROUNDING_MODE: Remove internal values.Now, the only parts that need changing for adding ports are FPU exception masks, and the asm code which gets/set the control word.