diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1e2b869..e18fa54 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10816,6 +10816,12 @@ is 0. Schedule type of omp schedule for loops parallelized by parloops (static, dynamic, guided, auto, runtime). The default is static. +@item parloops-min-per-thread +The minimum number of iterations per thread of an innermost parallelized +loop for which the parallelized variant is prefered over the single threaded +one. The default is 100. Note that for a parallelized loop nest the +minimum number of iterations of the outermost loop per thread is two. + @item max-ssa-name-query-depth Maximum depth of recursion when querying properties of SSA names in things like fold routines. One level of recursion corresponds to following a |