We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b482fd commit 72adc23Copy full SHA for 72adc23
include/xsimd/arch/xsimd_constants.hpp
@@ -56,7 +56,7 @@ namespace xsimd
56
return bit_cast<double>((uint64_t)DOUBLE); \
57
}
58
59
-// Under fast-math, GCC might signmask (minus zero) by zero
+// Under fast-math, GCC might replace signmask (minus zero) by zero
60
#if defined(__FAST_MATH__) && defined(__GNUC__) && !defined(__clang__)
61
#pragma GCC push_options
62
#pragma GCC optimize("signed-zeros")
0 commit comments