X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fceilf.c;h=fec945b6970e286d6148e040942de7dc143b45ac;hp=d22688a7b917865dd5f9d4b443bd1f89c430f36c;hb=6a4cfbdbe718a115a22629ad0cb2ae21391a0454;hpb=93a50a26cd0f9efc59cc83daae7b2d916b327ab1 diff --git a/src/math/ceilf.c b/src/math/ceilf.c index d22688a7..fec945b6 100644 --- a/src/math/ceilf.c +++ b/src/math/ceilf.c @@ -28,7 +28,6 @@ float ceilf(float x) if (j0 < 0) { /* raise inexact if x != 0 */ if (huge+x > 0.0f) { - /* return 0*sign(x) if |x|<1 */ if (i0 < 0) i0 = 0x80000000; else if(i0 != 0)