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 578b1e9 commit cd62aadCopy full SHA for cd62aad
include/fast_float/float_common.h
@@ -450,7 +450,7 @@ 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.
453
-constexpr static am_pow_t invalid_am_bias = -0x8000;
+constexpr static am_pow_t invalid_am_bias = -0x800000000000000;
454
455
struct adjusted_mantissa {
456
am_mant_t mantissa;
0 commit comments