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

[libc][NFC] Simplify FPBits #76835

Merged
merged 13 commits into from
Jan 4, 2024
Merged

[libc][NFC] Simplify FPBits #76835

merged 13 commits into from
Jan 4, 2024

Conversation

gchatelet
Copy link
Contributor

This patch reduces the scope of FPBits exported variables and functions.
It also moves storage up into FPRep and tries to make the default and specialized versions of FPBits more uniform.

The next step is to move the specialization from FPBits to FPRep so we can
manipulate floating point representations through FPType alone - that is -
independently from the host architecture.

@gchatelet
Copy link
Contributor Author

gchatelet commented Jan 3, 2024

I'm pushing all of the commits so it's easier to review.
The goal here is to get closer to https://godbolt.org/z/9fxf1dea5.

@gchatelet gchatelet merged commit d02471e into llvm:main Jan 4, 2024
4 checks passed
@gchatelet gchatelet deleted the cleanup_fpbits branch January 4, 2024 15:14
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.

2 participants