Skip to content

Commit

Permalink
Merge commit '838ebf88f604' from swift/release/5.3 into swift/master
Browse files Browse the repository at this point in the history
  • Loading branch information
git apple-llvm automerger committed Jul 24, 2020
2 parents e7185db + 838ebf8 commit f8bd914
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libcxx/include/math.h
Expand Up @@ -510,11 +510,7 @@ _LIBCPP_INLINE_VISIBILITY
bool
__libcpp_isnan(_A1 __lcpp_x) _NOEXCEPT
{
#if __has_builtin(__builtin_isnan)
return __builtin_isnan(__lcpp_x);
#else
return isnan(__lcpp_x);
#endif
}

#undef isnan
Expand Down

0 comments on commit f8bd914

Please sign in to comment.