Commit ce805a8d by Sandra Loosemore Committed by Sandra Loosemore

extend.texi (Cilk Plus Builtins): Add markup.

2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* doc/extend.texi (Cilk Plus Builtins): Add markup.

From-SVN: r221559
parent 7651042e
2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
* doc/extend.texi (Cilk Plus Builtins): Add markup.
2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
additional index entries and cross-references.
(-fchkp-check-incomplete-type): Likewise.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment