diff options
| author | Alexey Bataev <a.bataev@hotmail.com> | 2018-07-30 14:44:29 +0000 |
|---|---|---|
| committer | Alexey Bataev <a.bataev@hotmail.com> | 2018-07-30 14:44:29 +0000 |
| commit | cdbe44c95cf7b7277452e30845689846ddf4d31e (patch) | |
| tree | 9d21875798c96b4e6fa8cffe5a3158b10dbb6144 /clang | |
| parent | 24fae509056da44170865c126f192b7b38a9454e (diff) | |
| download | bcm5719-llvm-cdbe44c95cf7b7277452e30845689846ddf4d31e.tar.gz bcm5719-llvm-cdbe44c95cf7b7277452e30845689846ddf4d31e.zip | |
[OPENMP] Modify the info about OpenMP support in UsersManual, NFC.
llvm-svn: 338252
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/UsersManual.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 418afb2d546..1881d9430a7 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -2155,13 +2155,8 @@ Objective-C++ Language Features OpenMP Features =============== -Clang supports all OpenMP 3.1 directives and clauses. In addition, some -features of OpenMP 4.0 are supported. For example, ``#pragma omp simd``, -``#pragma omp for simd``, ``#pragma omp parallel for simd`` directives, extended -set of atomic constructs, ``proc_bind`` clause for all parallel-based -directives, ``depend`` clause for ``#pragma omp task`` directive (except for -array sections), ``#pragma omp cancel`` and ``#pragma omp cancellation point`` -directives, and ``#pragma omp taskgroup`` directive. +Clang supports all OpenMP 4.5 directives and clauses. See :doc:`OpenMPSupport` +for additional details. Use `-fopenmp` to enable OpenMP. Support for OpenMP can be disabled with `-fno-openmp`. |

