[cfe-commits] r63990 - /cfe/trunk/lib/Headers/tgmath-sofar.h

Sebastian Redl sebastian.redl at getdesigned.at
Fri Feb 6 16:50:38 PST 2009


Chris Lattner wrote:
> Author: lattner
> Date: Fri Feb  6 18:47:29 2009
> New Revision: 63990
>
> URL: http://llvm.org/viewvc/llvm-project?rev=63990&view=rev
> Log:
> start of tgmath, yuck.
>
> +#define ceil(x)  __builtin_overload(1, x, ceil, ceil, ceilf)
>   

Yuck, indeed. Anyway, typo in this line? The long double version is
probably called ceill.

Sebastian



More information about the cfe-commits mailing list