Skip to content

Commit 482ce3b

Browse files
committed
small performance fix.
1 parent f66d277 commit 482ce3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/fast_float/float_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ full_multiplication(uint64_t a, uint64_t b) noexcept {
655655
return answer;
656656
}
657657

658-
struct alignas(16) adjusted_mantissa {
658+
struct /* alignas(16) */ adjusted_mantissa {
659659
am_mant_t mantissa;
660660
am_pow_t power2;
661661

0 commit comments

Comments
 (0)