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 77ef468 commit 578b1e9Copy full SHA for 578b1e9
include/fast_float/float_common.h
@@ -446,7 +446,7 @@ typedef int_fast8_t am_bits_t;
446
447
// Power bias is signed for handling a denormal float
448
// or an invalid mantissa.
449
-typedef int16_t am_pow_t; // can't be int_fast16_t because invalid_am_bias
+typedef int64_t am_pow_t; // can't be int_fast16_t because invalid_am_bias
450
// hacks. Needs rewriting this.
451
452
// Bias so we can get the real exponent with an invalid adjusted_mantissa.
0 commit comments