Author: Alexey Bataev
Date: 2019-12-16T13:38:58-05:00
New Revision: 06a6b0ad6584c16fa85a3e6bbcfd8ab87200baca

URL: 
https://github.com/llvm/llvm-project/commit/06a6b0ad6584c16fa85a3e6bbcfd8ab87200baca
DIFF: 
https://github.com/llvm/llvm-project/commit/06a6b0ad6584c16fa85a3e6bbcfd8ab87200baca.diff

LOG: [OPENMP][DOCS]Claim simd nontemporal clause, NFC.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 233b5963b819..6810bf7f82bc 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                              
               | :none:`unclaimed`        |                                     
                                  |
+| SIMD extension               | SIMD nontemporal                              
               | :part:`claimed`          |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | infer target functions from initializers      
               | :part:`worked on`        |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to