diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-16 16:28:39 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-19 11:45:44 -0300 |
commit | a2ce37b56442331fed0e58f1301d7b60451f75f8 (patch) | |
tree | 3a26cab8a262313a62e21690b942b577d3e756f4 /math/math.h | |
parent | 4bad2e014e5e2a835cca6139b5e5a0f42ed0ea05 (diff) | |
download | glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.tar glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.tar.gz glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.tar.bz2 glibc-a2ce37b56442331fed0e58f1301d7b60451f75f8.zip |
math: Remove mathinline
With m68k bits moved to internal headers, no architectures export
additional optimizations on mathinline.
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/math.h b/math/math.h index 1692ff4a45..5c3dcb9194 100644 --- a/math/math.h +++ b/math/math.h @@ -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). */ |