add note, weirdness.

llvm-svn: 64010
This commit is contained in:
Chris Lattner 2009-02-07 07:13:51 +00:00
parent a7cc1267cf
commit 04441a10a5
1 changed files with 1 additions and 1 deletions

View File

@ -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)