]> granicus.if.org Git - clang/commitdiff
[OPENMP] Modify the info about OpenMP support in UsersManual, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Jul 2018 14:44:29 +0000 (14:44 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Jul 2018 14:44:29 +0000 (14:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338252 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 418afb2d546cc7b63592c898765959f0fcee76ff..1881d9430a76a923da8cbd2980e8d3ff54ba9fa1 100644 (file)
@@ -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`.