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

Exception Flag handling for Underflow #11

Closed
stmach opened this issue May 23, 2019 · 0 comments
Closed

Exception Flag handling for Underflow #11

stmach opened this issue May 23, 2019 · 0 comments
Labels
bug-flags Issues with exception flags

Comments

@stmach
Copy link
Collaborator

stmach commented May 23, 2019

As per IEEE754-2008, Section 7.5, Exact subnormal results should not raise the underflow exception flag.

Basically all operations that can signal UF are affected.

@stmach stmach added the bug-flags Issues with exception flags label May 23, 2019
@stmach stmach closed this as completed in 98c09d8 Jun 2, 2019
stmach pushed a commit that referenced this issue Jun 2, 2019
Exact denormal result no longer raise the UF exception, as specified in
IEEE754-2008, Section 7.5.

Fixes #11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-flags Issues with exception flags
Projects
None yet
Development

No branches or pull requests

1 participant