You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Turns out for double double LDBL_MANT_DIG == 106. This patch fixes the
constant. Should fix the ppc buildbot.
Previously:
llvm#113235llvm#113237llvm#91651
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: