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

Always signal when comparing with signalling NaN #167

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

Conversation

liujed
Copy link
Contributor

@liujed liujed commented Mar 24, 2025

Follows up on discussion in #164. Previously, comparisons with signalling NaN would set FPCSR[IVF] only for ordered/unordered EQ/NE. Now, all comparisons set this flag when operating on a signalling NaN.

Updated formal verification of pfpu_cmp to match.

Follows up on discussion in openrisc#164. Previously, comparisons with
signalling NaN would set `FPCSR[IVF]` only for ordered/unordered EQ/NE.
Now, all comparisons set this flag when operating on a signalling NaN.

Updated formal verification of `pfpu_cmp` to match.
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.

1 participant