* invoke.texi: Document __FAST_MATH__.
From-SVN: r40249
This commit is contained in:
parent
1b5640cd0a
commit
d97b75bee3
@ -1,3 +1,7 @@
|
||||
2001-03-05 Brad Lucier <lucier@math.purdue.edu>
|
||||
|
||||
* invoke.texi: Document __FAST_MATH__.
|
||||
|
||||
2001-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* crtstuff.c: Restore include of auto-host.h.
|
||||
|
@ -2940,6 +2940,8 @@ example, it allows the compiler to assume arguments to the @code{sqrt}
|
||||
function are non-negative numbers and that no floating-point values
|
||||
are NaNs.
|
||||
|
||||
This option causes the preprocessor macro __FAST_MATH__ to be defined.
|
||||
|
||||
This option should never be turned on by any @samp{-O} option since
|
||||
it can result in incorrect output for programs which depend on
|
||||
an exact implementation of IEEE or ISO rules/specifications for
|
||||
|
Loading…
Reference in New Issue
Block a user