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:
@ -23,7 +23,6 @@
|
||||
#define PREFIX FLT
|
||||
#define TYPE_STR "float"
|
||||
#define ULP_IDX ULP_FLT
|
||||
#define ULP_I_IDX ULP_I_FLT
|
||||
#define LIT(x) (x ## f)
|
||||
/* Use the double variants of macro constants. */
|
||||
#define LITM(x) x
|
||||
|
Reference in New Issue
Block a user