summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-12-05 10:44:07 -0500
committerAlexey Bataev <a.bataev@hotmail.com>2019-12-05 10:44:37 -0500
commitc3279beded97bbc00307b59f91a9a98e2ae417a7 (patch)
tree9e8dc505ef1515dc2c70f9da5c3f011b8cbac09a
parent242649c17c5b11bcc788b6f69bd3eed44cfd3d79 (diff)
downloadbcm5719-llvm-c3279beded97bbc00307b59f91a9a98e2ae417a7.tar.gz
bcm5719-llvm-c3279beded97bbc00307b59f91a9a98e2ae417a7.zip
[OPENMP][DOCS]Update list of the supported features, NFC.
-rw-r--r--clang/docs/OpenMPSupport.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 6c113fa6b43..9e16daf93bf 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -129,7 +129,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop extension | C++ range-base for loop | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| loop extension | clause: nosimd for SIMD directives | :none:`unclaimed` | |
+| loop extension | clause: if for SIMD directives | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop extension | inclusive scan extension (matching C++17 PSTL) | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -163,7 +163,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| task extension | parallel master taskloop simd | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| SIMD extension | atomic and critical constructs inside SIMD code | :none:`unclaimed` | |
+| SIMD extension | atomic and simd constructs inside SIMD code | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| SIMD extension | SIMD nontemporal | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -217,7 +217,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| base language | C11 support | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| base language | C++11/14/17 support | :none:`unclaimed` | |
+| base language | C++11/14/17 support | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| base language | lambda support | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
OpenPOWER on IntegriCloud