]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_lgammaf_r_compat.c
math: Remove fenvinline.h
[thirdparty/glibc.git] / math / w_lgammaf_r_compat.c
index c7751f13f58eecd2efa1dfa23bc202e80c9f792e..78fc4fcb239abd0a0c0acf8bf6c05103e7560bfa 100644 (file)
@@ -31,7 +31,7 @@ __lgammaf_r(float x, int *signgamp)
        if(__builtin_expect(!isfinite(y), 0)
           && isfinite(x) && _LIB_VERSION != _IEEE_)
                return __kernel_standard_f(x, x,
-                                          __floorf(x)==x&&x<=0.0f
+                                          floorf(x)==x&&x<=0.0f
                                           ? 115 /* lgamma pole */
                                           : 114); /* lgamma overflow */