1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

math: Remove mathinline

With m68k bits moved to internal headers, no architectures export
additional optimizations on mathinline.
This commit is contained in:
Adhemerval Zanella
2020-03-16 16:28:39 -03:00
parent 4bad2e014e
commit a2ce37b564
3 changed files with 1 additions and 19 deletions

View File

@@ -1301,12 +1301,6 @@ iszero (__T __val)
# endif
#endif
/* Get machine-dependent inline versions (if there are any). */
#ifdef __USE_EXTERN_INLINES
# include <bits/mathinline.h>
#endif
#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X)
/* An expression whose type has the widest of the evaluation formats
of X and Y (which are of floating-point types). */