diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 8ff706f..2b322d3 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -446,7 +446,7 @@ typedef int_fast8_t am_bits_t; // Power bias is signed for handling a denormal float // or an invalid mantissa. -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 // hacks. Needs rewriting this. // Bias so we can get the real exponent with an invalid adjusted_mantissa.