* invoke.texi: Document __FAST_MATH__.
authorBrad Lucier <lucier@math.purdue.edu>
Mon, 5 Mar 2001 23:50:06 +0000 (23:50 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 5 Mar 2001 23:50:06 +0000 (23:50 +0000)
From-SVN: r40249

gcc/ChangeLog
gcc/invoke.texi

index a82ff50928f8f33441c928ecff16b0d2fe9f5d56..6a2442b71a4f2dd43fa5d89ef4dced61b90ec826 100644 (file)
@@ -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.
index c95e7746ac3a337aecf3cb4e16dc7478dff10de7..660e8732c40919c15e4dee1c5aca786400657fec 100644 (file)
@@ -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