]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/test-math-isinff.cc
Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).
[thirdparty/glibc.git] / math / test-math-isinff.cc
index 39d8dabeea7338528af83467c0ff4efb45639f22..30728bede4f97eaa935878f9741e824acdc08df5 100644 (file)
@@ -30,16 +30,12 @@ do_test (void)
      header fix this test will not compile.  */
   if (isinff (1.0f)
       || !isinff (INFINITY)
-#ifndef NO_LONG_DOUBLE
       || isinfl (1.0L)
       || !isinfl (INFINITY)
-#endif
       || isnanf (2.0f)
       || !isnanf (NAN)
-#ifndef NO_LONG_DOUBLE
       || isnanl (2.0L)
       || !isnanl (NAN)
-#endif
       )
     {
       printf ("FAIL: Failed to call is* functions.\n");