mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user