about summary refs log tree commit diff
path: root/math/test-ldouble.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-ldouble.h')
-rw-r--r--math/test-ldouble.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/test-ldouble.h b/math/test-ldouble.h
index 5b72915008..b9ef6f41f9 100644
--- a/math/test-ldouble.h
+++ b/math/test-ldouble.h
@@ -26,18 +26,15 @@
 #if LDBL_MANT_DIG == DBL_MANT_DIG
 # define TYPE_STR "double"
 # define ULP_IDX ULP_DBL
-# define ULP_I_IDX ULP_I_DBL
 /* On architectures which redirect long double to _Float128 ABI, we must
    choose the float128 ulps.  Similarly, on such architectures, the ABI
    used may be dependent on how the compiler was invoked.  */
 #elif __LONG_DOUBLE_USES_FLOAT128 == 1
 # define TYPE_STR "float128"
 # define ULP_IDX ULP_FLT128
-# define ULP_I_IDX ULP_I_FLT128
 #else
 # define TYPE_STR "ldouble"
 # define ULP_IDX ULP_LDBL
-# define ULP_I_IDX ULP_I_LDBL
 #endif
 #define LIT(x) (x ## L)
 #define LITM(x) x ## l