-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Add proper long double is double double support to fpbits #113237
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
Labels
Comments
@llvm/issue-subscribers-libc Author: Michael Jones (michaelrj-google)
See: https://github.com//pull/113235
PowerPC uses double double as its long double type. We should add at least basic FPBits support for it. This will be complicated since the fractional part of the float isn't contiguous. |
Need to change it to 106, since that's what clang/ppc uses for ldbl mant bits |
michaelrj-google
added a commit
to michaelrj-google/llvm-project
that referenced
this issue
Oct 22, 2024
Turns out for double double LDBL_MANT_DIG == 106. This patch fixes the constant. Should fix the ppc buildbot. Previously: llvm#113235 llvm#113237 llvm#91651
michaelrj-google
added a commit
that referenced
this issue
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: #113235
PowerPC uses double double as its long double type. We should add at least basic FPBits support for it. This will be complicated since the fractional part of the float isn't contiguous.
The text was updated successfully, but these errors were encountered: