mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-05-01 11:29:19 +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;
|
||||
}
|
||||
|
||||
struct alignas(16) adjusted_mantissa {
|
||||
struct /* alignas(16) */ adjusted_mantissa {
|
||||
am_mant_t mantissa;
|
||||
am_pow_t power2;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user