From 482ce3b140771c68604719be656fdd0200c8dc9a Mon Sep 17 00:00:00 2001 From: IRainman Date: Wed, 29 Apr 2026 11:45:07 +0300 Subject: [PATCH] small performance fix. --- include/fast_float/float_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 438b0b2..b224e5c 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -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;