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

AK: Implement FloatExtractors and floating-point conversions for big-endian #24688

Closed

Conversation

sideeffect42
Copy link
Contributor

Fixes FloatExtractors and implements read_eight_digits for big-endian CPUs.

The read_eight_digits implementation could certainly be optimized further with some shifting and masking like in the little-endian case, but it's the best I could come up with.


This is a copy of LadybirdBrowser/ladybird#415 and has not been tested in SerenityOS, because I don't have a system running SerenityOS.

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Jul 10, 2024
Copy link

stale bot commented Aug 1, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

@stale stale bot added the stale label Aug 1, 2024
Copy link

stale bot commented Aug 8, 2024

This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions!

@stale stale bot closed this Aug 8, 2024
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant