We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f09aa commit 927cdd2Copy full SHA for 927cdd2
libc/src/stdio/printf_core/core_structs.h
@@ -58,7 +58,7 @@ struct FormatSection {
58
// Needs to be large enough to hold a long double. Special case handling for
59
// the PowerPC double double type because it has no FPBits interface.
60
#ifdef LIBC_TYPES_LONG_DOUBLE_IS_DOUBLE_DOUBLE
61
- Uint128 conv_val_raw;
+ UInt128 conv_val_raw;
62
#else
63
fputil::FPBits<long double>::StorageType conv_val_raw;
64
#endif // LIBC_TYPES_LONG_DOUBLE_IS_DOUBLE_DOUBLE
0 commit comments