aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2016-06-12 20:05:36 +0200
committerUros Bizjak <uros@gcc.gnu.org>2016-06-12 20:05:36 +0200
commitee38bd2e970dfc0913ad92ee90ae96ba5c19e6e9 (patch)
tree8f49d5f1258605b68ee79dc6efd58dda8d77cb02
parentaa8fdb441fe94e5527ec527b9cd752e67e040bdc (diff)
downloadgcc-ee38bd2e970dfc0913ad92ee90ae96ba5c19e6e9.zip
gcc-ee38bd2e970dfc0913ad92ee90ae96ba5c19e6e9.tar.gz
gcc-ee38bd2e970dfc0913ad92ee90ae96ba5c19e6e9.tar.bz2
Add missing commit:
* doc/extend.texi (x86 Built-in Functions): Document __builtin_nanq and __builtin_nansq. From-SVN: r237339
-rw-r--r--gcc/doc/extend.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 7da516d..96b4f04 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -18476,6 +18476,14 @@ Similar to @code{__builtin_inf}, except the return type is @code{__float128}.
@item __float128 __builtin_huge_valq (void)
Similar to @code{__builtin_huge_val}, except the return type is @code{__float128}.
@findex __builtin_huge_valq
+
+@item __float128 __builtin_nanq (void)
+Similar to @code{__builtin_nan}, except the return type is @code{__float128}.
+@findex __builtin_nanq
+
+@item __float128 __builtin_nansq (void)
+Similar to @code{__builtin_nans}, except the return type is @code{__float128}.
+@findex __builtin_nansq
@end table
The following built-in functions are always available and can be used to