forked from OSchip/llvm-project
[docs] Added description of `-f[no]-openmp-simd` option to UsersManual.
llvm-svn: 321562
This commit is contained in:
parent
561d7a96c3
commit
fa4814ddaf
|
@ -2042,6 +2042,11 @@ directives, and ``#pragma omp taskgroup`` directive.
|
|||
Use `-fopenmp` to enable OpenMP. Support for OpenMP can be disabled with
|
||||
`-fno-openmp`.
|
||||
|
||||
Use `-fopenmp-simd` to enable OpenMP simd features only, without linking
|
||||
the runtime library; for combined constructs
|
||||
(e.g. ``#pragma omp parallel for simd``) the non-simd directives and clauses
|
||||
will be ignored. This can be disabled with `-fno-openmp-simd`.
|
||||
|
||||
Controlling implementation limits
|
||||
---------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue