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

NAN_BOXED data in F/D-ext tests requires coversion from decimal to hex #589

Open
UmerShahidengr opened this issue Dec 31, 2024 · 0 comments

Comments

@UmerShahidengr
Copy link
Collaborator

IEEE FP is a binary format, not a decimal format. All D extension test cases are tested using decimal data, including the modified fcvt.d.s test case that I just merged, #581 developer has used the same method to modify it as used previously by the other developers i.e, use decimal data. There is a problem for anyone who reviews or uses these tests, so all tests are needed to be updated to follow the hex format.

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

No branches or pull requests

1 participant