-
-
Notifications
You must be signed in to change notification settings - Fork 373
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 FNEQ: x and y were interchanged. #3973
Conversation
I'll fix the tests after @Heersin took a look. |
The compare of floats is not really well tested. These macros would be tested with the Hexagon code though. |
@Heersin Will you find time to look at it in the next days? I need it for the Hexagon uplifting and would just proceed if you can't find the time. |
sure, reviewing it now. |
It now includes the test for NaN.
Your checklist for this pull request
Detailed description
Fixes the
FEQ
macro by changing thex
andy
operand positions and checking forNaN
.It also adds common compare operations as macros.
Test plan
...
Closing issues
...