Skip to content

Commit

Permalink
[OpenMP][Docs] Update 'loop' directive status in OpenMP support.
Browse files Browse the repository at this point in the history
Update status of #pragma omp loop (directive) and loop bind.
  • Loading branch information
ddpagan committed Jul 26, 2023
1 parent 3a5f8c3 commit b41bf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/docs/OpenMPSupport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ implementation.
+==============================+==============================================================+==========================+=======================================================================+
| loop | support != in the canonical loop form | :good:`done` | D54441 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop | #pragma omp loop (directive) | :part:`worked on` | |
| loop | #pragma omp loop (directive) | :part:`partial` | D145823 (combined forms) |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop | #pragma omp loop bind | :part:`worked on` | |
| loop | #pragma omp loop bind | :part:`worked on` | D144634 (needs review) |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop | collapse imperfectly nested loop | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
Expand Down

0 comments on commit b41bf9d

Please sign in to comment.