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

Support IEEE-754 w.r.t fmin/fmax/dmin/dmax #7464

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

matthewhall2
Copy link

@matthewhall2 matthewhall2 commented Sep 18, 2024

Add Math.max/min/F/D to list of recognized Java methods to:
- Disable special aliasing rules since they are intrinsically optimized
- Disable implicit asynchronous checks

Signed-off-by: Sarwat Shaheen <[email protected]>
Refactor the S390 MaxMin evaluator to support Java specifications:
- support the treatment of negative zero
- float and double max/min calls consider -0 to be strictly smaller +0

Signed-off-by: Sarwat Shaheen <[email protected]>
…rted

- Use load and test in swap region to set quiet bit

Signed-off-by: Matthew Hall <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants