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 status flags for I2F and F2I conversions #125

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

michael-platzer
Copy link
Contributor

This PR fixes #123 by correcting the assignment of floating-point status flags on I2F and F2I conversions, which is currently not compliant with IEEE 754-2008 as detailed in the linked issue.

Copy link
Collaborator

@stmach stmach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, some follow-up fixing required due to info_q

src/fpnew_cast_multi.sv Outdated Show resolved Hide resolved
Copy link
Collaborator

@stmach stmach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

CVFPU incorrectly suppresses overflow flag on I2F conversions
2 participants