[clang] 8aa7441 - [OPENMP][DOC]Update list of supported functions, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 07:33:44 PDT 2019


Author: Alexey Bataev
Date: 2019-10-30T10:33:04-04:00
New Revision: 8aa74414bfb88e8745d5277cb7172efb67202099

URL: https://github.com/llvm/llvm-project/commit/8aa74414bfb88e8745d5277cb7172efb67202099
DIFF: https://github.com/llvm/llvm-project/commit/8aa74414bfb88e8745d5277cb7172efb67202099.diff

LOG: [OPENMP][DOC]Update list of supported functions, NFC.

Added support for parallel master taskloop simd construct.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index cbb4888c0731..ab95501a5057 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -58,7 +58,7 @@ General improvements
   value of threads or as specified by the `thread_limit` clause if
   present). For the `for` construct, the schedule is static with chunk
   size of one.
-  
+
 - Simplified SPMD code generation for `distribute parallel for` when
   the new default schedules are applicable.
 
@@ -185,7 +185,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | task extension               | master taskloop simd                                         | :none:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| task extension               | parallel master taskloop simd                                | :none:`unclaimed`        |                                                                       |
+| task extension               | parallel master taskloop simd                                | :none:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | SIMD extension               | atomic and critical constructs inside SIMD code              | :none:`unclaimed`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list