Skip to content

Commit

Permalink
[OpenMP][Docs] Update OpenMP supported features table
Browse files Browse the repository at this point in the history
Updated status of alignment clause for allocate directive in
OpenMP features table, section OpenMP 5.1 Implementation Details.

Differential Revision: https://reviews.llvm.org/D157135
  • Loading branch information
ddpagan committed Aug 7, 2023
1 parent 291eb25 commit f620472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/OpenMPSupport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop | 'reproducible'/'unconstrained' modifiers in 'order' clause | :part:`partial` | D127855 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory management | alignment for allocate directive and clause | :part:`worked on` | |
| memory management | alignment for allocate directive and clause | :good:`done` | D115683 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory management | new memory management routines | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
Expand Down

0 comments on commit f620472

Please sign in to comment.