diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-07 07:13:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-07 07:13:51 +0000 |
commit | 33cfe694414d9654d53607869ecd40e2be5a857d (patch) | |
tree | 7119cb2bce9947df87a8322f14ae6633374265e2 | |
parent | 7ed4f39518e7ae1069d820d2b8bd462d6ee3fd9a (diff) |
add note, weirdness.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64010 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/tgmath-sofar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |