From: Chris Lattner Date: Sat, 7 Feb 2009 07:13:51 +0000 (+0000) Subject: add note, weirdness. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33cfe694414d9654d53607869ecd40e2be5a857d;p=clang add note, weirdness. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64010 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/tgmath-sofar.h b/lib/Headers/tgmath-sofar.h index 4585135e2b..07cad5a188 100644 --- a/lib/Headers/tgmath-sofar.h +++ b/lib/Headers/tgmath-sofar.h @@ -99,7 +99,7 @@ #define lround(x) __builtin_overload(1, x, lroundl, lround, lroundf) #define nearbyint(x)__builtin_overload(1, x, nearbyintl, nearbyint, nearbyintf) // FIXME: nextafter -> binary operation. -// FIXME: nexttoward -> binary operation? +// FIXME: nexttoward -> binary operation? [second arg is always long double] // FIXME: remainder -> binary operation. // FIXME: remquo -> fp+fp+ptr #define rint(x) __builtin_overload(1, x, rintl, rint, rintf)