From: Alexey Bataev Date: Wed, 30 Oct 2019 14:32:08 +0000 (-0400) Subject: [OPENMP][DOC]Update list of supported functions, NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8aa74414bfb88e8745d5277cb7172efb67202099;p=platform%2Fupstream%2Fllvm.git [OPENMP][DOC]Update list of supported functions, NFC. Added support for parallel master taskloop simd construct. --- diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index cbb4888..ab95501 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` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+