extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 19 Mar 2005 20:58:25 +0000 (20:58 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 19 Mar 2005 20:58:25 +0000 (20:58 +0000)
* doc/extend.texi (__builtin_inf): Move statement about INFINITY
to __builtin_inff.

From-SVN: r96748

gcc/ChangeLog
gcc/doc/extend.texi

index 3268f693cf6d485b7c456d5abeca6d8d735727cf..4742196813b5157ca81515dbfb02884e18b7809f 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * doc/extend.texi (__builtin_inf): Move statement about INFINITY
+       to __builtin_inff.
+
 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
 
        * c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
index 057bdfa9fa28f9206428566270e8b5158f8cc414..1258a60949c16f1177fd5c55ecca4aea55dbe6c7 100644 (file)
@@ -5261,11 +5261,11 @@ type is @code{long double}.
 @deftypefn {Built-in Function} double __builtin_inf (void)
 Similar to @code{__builtin_huge_val}, except a warning is generated
 if the target floating-point format does not support infinities.
-This function is suitable for implementing the ISO C99 macro @code{INFINITY}.
 @end deftypefn
 
 @deftypefn {Built-in Function} float __builtin_inff (void)
 Similar to @code{__builtin_inf}, except the return type is @code{float}.
+This function is suitable for implementing the ISO C99 macro @code{INFINITY}.
 @end deftypefn
 
 @deftypefn {Built-in Function} {long double} __builtin_infl (void)