diff options
| author | Alexey Bataev <a.bataev@hotmail.com> | 2018-01-15 21:01:29 +0000 |
|---|---|---|
| committer | Alexey Bataev <a.bataev@hotmail.com> | 2018-01-15 21:01:29 +0000 |
| commit | aabab4a4ba7a0ebc4c573ff31c27af65ddfbd426 (patch) | |
| tree | 525caab0538e921fdb07d7d8d7fe84bfb099743f | |
| parent | 647dd844224e7b9613a8f0f72125a8c5b3121afe (diff) | |
| download | bcm5719-llvm-aabab4a4ba7a0ebc4c573ff31c27af65ddfbd426.tar.gz bcm5719-llvm-aabab4a4ba7a0ebc4c573ff31c27af65ddfbd426.zip | |
[OPENMP] Update status of OpenMP support, NFC.
llvm-svn: 322516
| -rw-r--r-- | clang/docs/OpenMPSupport.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index afa8c67df4f..b06e64e7861 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -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. |

