Loading libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ namespace LIBC_NAMESPACE_DECL { namespace fputil { LIBC_INLINE long double nextafter(long double from, long double to) { LIBC_INLINE constexpr long double nextafter(long double from, long double to) { using FPBits = FPBits<long double>; FPBits from_bits(from); if (from_bits.is_nan()) Loading Loading
libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ namespace LIBC_NAMESPACE_DECL { namespace fputil { LIBC_INLINE long double nextafter(long double from, long double to) { LIBC_INLINE constexpr long double nextafter(long double from, long double to) { using FPBits = FPBits<long double>; FPBits from_bits(from); if (from_bits.is_nan()) Loading