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 dad07cc commit 59da568Copy full SHA for 59da568
include/fast_float/decimal_to_binary.h
@@ -73,7 +73,7 @@ constexpr fastfloat_really_inline am_pow_t power(am_pow_t const q) noexcept {
73
// for significant digits already multiplied by 10 ** q.
74
template <typename binary>
75
fastfloat_really_inline FASTFLOAT_CONSTEXPR14 adjusted_mantissa
76
-compute_error_scaled(am_pow_t q, am_mant_t w, am_bits_t lz) noexcept {
+compute_error_scaled(am_pow_t q, am_mant_t w, limb_t lz) noexcept {
77
auto const hilz = static_cast<am_bits_t>((w >> 63) ^ 1);
78
adjusted_mantissa answer;
79
answer.mantissa = w << hilz;
0 commit comments