Skip to content

Commit 72adc23

Browse files
committed
Fixed typo in comment
1 parent 4b482fd commit 72adc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace xsimd
5656
return bit_cast<double>((uint64_t)DOUBLE); \
5757
}
5858

59-
// Under fast-math, GCC might signmask (minus zero) by zero
59+
// Under fast-math, GCC might replace signmask (minus zero) by zero
6060
#if defined(__FAST_MATH__) && defined(__GNUC__) && !defined(__clang__)
6161
#pragma GCC push_options
6262
#pragma GCC optimize("signed-zeros")

0 commit comments

Comments
 (0)