aboutsummaryrefslogtreecommitdiff
path: root/math/test-float64x.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-17 15:46:29 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-19 11:45:44 -0300
commit1c15464ca05f36db5c582856d3770d5e8bde9d61 (patch)
tree5278adbefa85c883801987d2c392306890859391 /math/test-float64x.h
parenta8ce8222343933d28665e1687ab8862c0664d9f7 (diff)
downloadglibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.zip
glibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.tar.gz
glibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.tar.bz2
math: Remove inline math tests
With mathinline removal there is no need to keep building and testing inline math tests. The gen-libm-tests.py support to generate ULP_I_* is removed and all libm-test-ulps files are updated to longer have the i{float,double,ldouble} entries. The support for no-test-inline is also removed from both gen-auto-libm-tests and the auto-libm-test-out-* were regenerated. Checked on x86_64-linux-gnu and i686-linux-gnu.
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 9543238..13f2f46 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