mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-26 20:38:52 +08:00
small performance fix.
This commit is contained in:
parent
f66d27761d
commit
482ce3b140
@ -655,7 +655,7 @@ full_multiplication(uint64_t a, uint64_t b) noexcept {
|
|||||||
return answer;
|
return answer;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct alignas(16) adjusted_mantissa {
|
struct /* alignas(16) */ adjusted_mantissa {
|
||||||
am_mant_t mantissa;
|
am_mant_t mantissa;
|
||||||
am_pow_t power2;
|
am_pow_t power2;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user