diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-20 10:05:20 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-04-17 11:40:44 -0300 |
commit | c10dde0d2a6373f6e7688e93a5c9db58162ddb1f (patch) | |
tree | 0fa96895eda02c5513715583ea9b29e41bbacc94 /manual/math.texi | |
parent | 4b850b1f29648f666a2fa8ceed639132830e169c (diff) | |
download | glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.gz glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.xz glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.zip |
Remove __NO_MATH_INLINES
With fenvinline.h removal the flag is not used anymore. Checked on x86_64-linux-gnu.
Diffstat (limited to 'manual/math.texi')
-rw-r--r-- | manual/math.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manual/math.texi b/manual/math.texi index 4aaa106653..dcff7b7f41 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -2010,12 +2010,6 @@ might have a reduced precision and/or argument range in comparison with the library functions. The latter inline functions are only available if the flag @code{-ffast-math} is given to GNU CC. -In cases where the inline functions and macros are not wanted the symbol -@code{__NO_MATH_INLINES} should be defined before any system header is -included. This will ensure that only library functions are used. Of -course, it can be determined for each file in the project whether -giving this option is preferable or not. - Not all hardware implements the entire @w{IEEE 754} standard, and even if it does there may be a substantial performance penalty for using some of its features. For example, enabling traps on some processors forces |