Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarsc committed Nov 24, 2023
1 parent 4b482fd commit 72adc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xsimd/arch/xsimd_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace xsimd
return bit_cast<double>((uint64_t)DOUBLE); \
}

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

0 comments on commit 72adc23

Please sign in to comment.