[Clang][Docs] Claim the atomic compare
authorShilei Tian <tianshilei1992@gmail.com>
Thu, 15 Apr 2021 15:10:07 +0000 (11:10 -0400)
committerShilei Tian <tianshilei1992@gmail.com>
Thu, 15 Apr 2021 15:10:15 +0000 (11:10 -0400)
I'm working on the implementation of OpenMP 5.1 feature `atomic compare`.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D100507

clang/docs/OpenMPSupport.rst

index 6a4cdf2..74d9a08 100644 (file)
@@ -264,7 +264,9 @@ want to help with the implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 |Category                      | Feature                                                      | Status                   | Reviews                                                               |
 +==============================+==============================================================+==========================+=======================================================================+
-| atomic extension             | 'compare' and 'fail' clauses on atomic construct             | :none:`unclaimed`        |                                                                       |
+| atomic extension             | 'compare' clause on atomic construct                         | :good:`worked on`        |                                                                       |
++------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
+| atomic extension             | 'fail' clause on atomic construct                            | :none:`unclaimed`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | base language                | C++ attribute specifier syntax                               | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+