aboutsummaryrefslogtreecommitdiff
path: root/math/test-powl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-powl.c')
-rw-r--r--math/test-powl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/test-powl.c b/math/test-powl.c
index 081e420..96c8944 100644
--- a/math/test-powl.c
+++ b/math/test-powl.c
@@ -26,8 +26,7 @@ do_test (void)
{
int result = 0;
-#ifndef NO_LONG_DOUBLE
-# if LDBL_MANT_DIG == 64
+#if LDBL_MANT_DIG == 64
{
long double x = 1e-20;
union ieee854_long_double u;
@@ -43,7 +42,6 @@ do_test (void)
result = 1;
}
}
-# endif
#endif
return result;