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 issue#55 bigendian host decode float and double #56

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

dcurrie
Copy link

@dcurrie dcurrie commented May 8, 2021

Fixes #55

The code looks verbose, but compiles to one or two instructions with -O2 or -Os compiler optimization.
See Compiler Explorer

@camgunz
Copy link
Owner

camgunz commented Aug 8, 2021

Thanks for opening this PR! Ithought I'd try and find some time to add some bigendian tests, but maybe it's easier to run the suite in QEMU or whatever. Either way, I'm gonna merge this and put out a new release. Thanks again for finding and fixing 👍

@camgunz camgunz merged commit 1f3644e into camgunz:master Aug 8, 2021
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.

decode_befloat and decode_bedouble always return 0 on bigendian processors
2 participants