mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -34,7 +34,6 @@
|
||||
|
||||
extern const int flag_test_errno;
|
||||
extern const int flag_test_exceptions;
|
||||
extern const int flag_test_inline;
|
||||
extern const int flag_test_mathvec;
|
||||
extern const int snan_tests_arg;
|
||||
extern const char test_msg[];
|
||||
@ -60,7 +59,6 @@ extern const char doc[];
|
||||
#define IGNORE_ZERO_INF_SIGN 0x400
|
||||
#define TEST_NAN_SIGN 0x800
|
||||
#define TEST_NAN_PAYLOAD 0x1000
|
||||
#define NO_TEST_INLINE 0x2000
|
||||
#define XFAIL_TEST 0x4000
|
||||
/* Indicate errno settings required or disallowed. */
|
||||
#define ERRNO_UNCHANGED 0x8000
|
||||
|
Reference in New Issue
Block a user