about summary refs log tree commit diff
path: root/math/test-float64x.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-float64x.h')
-rw-r--r--math/test-float64x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-float64x.h b/math/test-float64x.h
index 9543238209..13f2f46bce 100644
--- a/math/test-float64x.h
+++ b/math/test-float64x.h
@@ -31,11 +31,9 @@
 #if FLT64X_MANT_DIG == LDBL_MANT_DIG
 # define TYPE_STR "ldouble"
 # define ULP_IDX ULP_LDBL
-# define ULP_I_IDX ULP_I_LDBL
 #else
 # define TYPE_STR "float128"
 # define ULP_IDX ULP_FLT128
-# define ULP_I_IDX ULP_I_FLT128
 #endif
 #define LIT(x) __f64x (x)
 #define LITM(x) x ## f64x