]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/e_exp2l.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
[thirdparty/glibc.git] / math / e_exp2l.c
index 9eb7bafaddf7e28d6ab3b1daedd809c95cc013d0..8db34ada536595cca3570ec1ef694c816e931bd7 100644 (file)
@@ -45,7 +45,7 @@ __ieee754_exp2l (long double x)
       else
        {
          /* Underflow or exact zero.  */
-         if (__isinfl (x))
+         if (isinf (x))
            return 0;
          else
            return LDBL_MIN * LDBL_MIN;