[clang] 3cb934c - [OPENMP][DOCS]Update status of OpenMP 5.0 features, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 24 09:40:47 PST 2019


Author: Alexey Bataev
Date: 2019-12-24T12:39:59-05:00
New Revision: 3cb934c94e518486a8cd066ff02d176ec040e87b

URL: https://github.com/llvm/llvm-project/commit/3cb934c94e518486a8cd066ff02d176ec040e87b
DIFF: https://github.com/llvm/llvm-project/commit/3cb934c94e518486a8cd066ff02d176ec040e87b.diff

LOG: [OPENMP][DOCS]Update status of OpenMP 5.0 features, NFC.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 6810bf7f82bc..d3050e009a4c 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -165,7 +165,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | SIMD extension               | atomic and simd constructs inside SIMD code                  | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| SIMD extension               | SIMD nontemporal                                             | :part:`claimed`          |                                                                       |
+| SIMD extension               | SIMD nontemporal                                             | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | infer target functions from initializers                     | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -227,7 +227,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | metadirectives                                               | :none:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | conditional modifier for lastprivate clause                  | :none:`unclaimed`        |                                                                       |
+| misc extension               | conditional modifier for lastprivate clause                  | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | user-defined function variants                               | :part:`worked on`        | D67294, D64095                                                        |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list