]> granicus.if.org Git - clang/commitdiff
[OPENMP] Update status of OpenMP support, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 15 Jan 2018 21:01:29 +0000 (21:01 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 15 Jan 2018 21:01:29 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322516 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenMPSupport.rst

index afa8c67df4fdda6ff651a2ade794c5c1d486e362..b06e64e78615f5580bc2692d5f8a08d7bf6303b8 100644 (file)
@@ -58,11 +58,11 @@ Combined directives
 
 * #pragma omp teams distribute [simd]: :good:`Complete`.
 
-* #pragma omp target teams distribute [simd]: :partial:`Partial`.  No support for the and `depend` clauses.
+* #pragma omp target teams distribute [simd]: :partial:`Partial`.  No support for the `depend` clauses.
 
 * #pragma omp teams distribute parallel for [simd]: :good:`Complete`.
 
-* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`.  No full codegen support.
+* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`.  No support for the `depend` clauses.
 
 Clang does not support any constructs/updates from upcoming OpenMP 5.0 except for `reduction`-based clauses in the `task` and `target`-based directives.