Skip to content

Commit 578b1e9

Browse files
committed
* try to fix precision error on x86 platform step4.
1 parent 77ef468 commit 578b1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/float_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ typedef int_fast8_t am_bits_t;
446446

447447
// Power bias is signed for handling a denormal float
448448
// or an invalid mantissa.
449-
typedef int16_t am_pow_t; // can't be int_fast16_t because invalid_am_bias
449+
typedef int64_t am_pow_t; // can't be int_fast16_t because invalid_am_bias
450450
// hacks. Needs rewriting this.
451451

452452
// Bias so we can get the real exponent with an invalid adjusted_mantissa.

0 commit comments

Comments
 (0)