From: Sandra Loosemore Date: Sat, 21 Mar 2015 20:34:46 +0000 (-0400) Subject: extend.texi (Cilk Plus Builtins): Add markup. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce805a8d929089658950df7a0ec35e0139039359;p=gcc.git extend.texi (Cilk Plus Builtins): Add markup. 2015-03-21 Sandra Loosemore gcc/ * doc/extend.texi (Cilk Plus Builtins): Add markup. From-SVN: r221559 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7ceffe9ada..0b41215efd7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-03-21 Sandra Loosemore + + * doc/extend.texi (Cilk Plus Builtins): Add markup. + 2015-03-21 Sandra Loosemore * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 4d79506a2e6..e115ca8f2c4 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -8916,19 +8916,19 @@ GCC provides support for the following built-in reduction functions if Cilk Plus is enabled. Cilk Plus can be enabled using the @option{-fcilkplus} flag. @itemize @bullet -@item __sec_implicit_index -@item __sec_reduce -@item __sec_reduce_add -@item __sec_reduce_all_nonzero -@item __sec_reduce_all_zero -@item __sec_reduce_any_nonzero -@item __sec_reduce_any_zero -@item __sec_reduce_max -@item __sec_reduce_min -@item __sec_reduce_max_ind -@item __sec_reduce_min_ind -@item __sec_reduce_mul -@item __sec_reduce_mutating +@item @code{__sec_implicit_index} +@item @code{__sec_reduce} +@item @code{__sec_reduce_add} +@item @code{__sec_reduce_all_nonzero} +@item @code{__sec_reduce_all_zero} +@item @code{__sec_reduce_any_nonzero} +@item @code{__sec_reduce_any_zero} +@item @code{__sec_reduce_max} +@item @code{__sec_reduce_min} +@item @code{__sec_reduce_max_ind} +@item @code{__sec_reduce_min_ind} +@item @code{__sec_reduce_mul} +@item @code{__sec_reduce_mutating} @end itemize Further details and examples about these built-in functions are described