Skip to content

Commit b41bf9d

Browse files
committed
[OpenMP][Docs] Update 'loop' directive status in OpenMP support.
Update status of #pragma omp loop (directive) and loop bind.
1 parent 3a5f8c3 commit b41bf9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ implementation.
120120
+==============================+==============================================================+==========================+=======================================================================+
121121
| loop | support != in the canonical loop form | :good:`done` | D54441 |
122122
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
123-
| loop | #pragma omp loop (directive) | :part:`worked on` | |
123+
| loop | #pragma omp loop (directive) | :part:`partial` | D145823 (combined forms) |
124124
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
125-
| loop | #pragma omp loop bind | :part:`worked on` | |
125+
| loop | #pragma omp loop bind | :part:`worked on` | D144634 (needs review) |
126126
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
127127
| loop | collapse imperfectly nested loop | :good:`done` | |
128128
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+

0 commit comments

Comments
 (0)