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
[libcxxabi] Fix the long double demangling for PowerPC
PowerPC uses a slightly different type of floats for their 128
bit long doubles, as "double-double", with __LDBL_MANT_DIG__ == 106
rather than __LDBL_MANT_DIG__ == 113 for IEEE 128 bit floats.
This fixes compiling libcxxabi for PowerPC after
3b70715.
0 commit comments