Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 6, 2024
1 parent 03145fa commit c9c0763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ccmath/math/basic/impl/nan_double_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace ccm::internal::impl
static_assert(std::numeric_limits<double>::is_iec559, "IEEE-754 representation required for this implementation");

#if defined(_MSC_VER) && !defined(__clang__)
// 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
// provided or not. This is different from GCC and Clang which do allow payloads to be set.
// So if we detect we are using MSVC without Clang-CL then
// we can just return NaN and not bother doing any extra work.
Expand Down

0 comments on commit c9c0763

Please sign in to comment.