mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
[libc] Fix typo in uint128 type for PPC printf handling (#138157)
This commit is contained in:
@@ -58,7 +58,7 @@ struct FormatSection {
|
||||
// Needs to be large enough to hold a long double. Special case handling for
|
||||
// the PowerPC double double type because it has no FPBits interface.
|
||||
#ifdef LIBC_TYPES_LONG_DOUBLE_IS_DOUBLE_DOUBLE
|
||||
Uint128 conv_val_raw;
|
||||
UInt128 conv_val_raw;
|
||||
#else
|
||||
fputil::FPBits<long double>::StorageType conv_val_raw;
|
||||
#endif // LIBC_TYPES_LONG_DOUBLE_IS_DOUBLE_DOUBLE
|
||||
|
||||
Reference in New Issue
Block a user