[OPENMP][DOC]Update list of supported functions, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 30 Oct 2019 14:32:08 +0000 (10:32 -0400)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 30 Oct 2019 14:33:04 +0000 (10:33 -0400)
Added support for parallel master taskloop simd construct.

clang/docs/OpenMPSupport.rst

index cbb4888..ab95501 100644 (file)
@@ -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`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+