]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing commit:
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 12 Jun 2016 18:05:36 +0000 (20:05 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 12 Jun 2016 18:05:36 +0000 (20:05 +0200)
* doc/extend.texi (x86 Built-in Functions): Document
__builtin_nanq and __builtin_nansq.

From-SVN: r237339

gcc/doc/extend.texi

index 7da516d7827161aebc1b73d0f97e62d47e5b210e..96b4f04234b4e6308af259c37808a491a62f5a7e 100644 (file)
@@ -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