diff options
-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 4d4de54619..4585135e2b 100644 --- a/lib/Headers/tgmath-sofar.h +++ b/lib/Headers/tgmath-sofar.h @@ -71,7 +71,7 @@ // FIXME: atan2 -> binary operation. #define cbrt(x) __builtin_overload(1, x, cbrtl, cbrt, cbrtf) -#define ceil(x) __builtin_overload(1, x, ceil, ceil, ceilf) +#define ceil(x) __builtin_overload(1, x, ceill, ceil, ceilf) // FIXME: copysign -> binary operation. #define erf(x) __builtin_overload(1, x, erfl, erf, erff) #define erfc(x) __builtin_overload(1, x, erfcl, erfc, erfcf) |