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 03145fa commit c9c0763Copy full SHA for c9c0763
include/ccmath/math/basic/impl/nan_double_impl.hpp
@@ -21,7 +21,7 @@ namespace ccm::internal::impl
21
static_assert(std::numeric_limits<double>::is_iec559, "IEEE-754 representation required for this implementation");
22
23
#if defined(_MSC_VER) && !defined(__clang__)
24
- // Currently, MSVC always returns a Quiet NaN with no matter if a payload is
+ // Currently, MSVC always returns a Quiet NaN no matter if a payload is
25
// provided or not. This is different from GCC and Clang which do allow payloads to be set.
26
// So if we detect we are using MSVC without Clang-CL then
27
// we can just return NaN and not bother doing any extra work.
0 commit comments