X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fceilf.c;h=fec945b6970e286d6148e040942de7dc143b45ac;hb=482ccd2f7497a79ca83e998f54e823e7cedaaa6e;hp=d22688a7b917865dd5f9d4b443bd1f89c430f36c;hpb=8d0a6f7a1c47b280647f292e6864b85b72c71f2e;p=musl 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)