extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff.
* doc/extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff. From-SVN: r96748
This commit is contained in:
parent
3a1e400e06
commit
9c86fc0b28
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user