[clang] ec3854e - [OPENMP][DOCS]Mark if clause on simd done, NFC.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 16 10:26:56 PST 2019
Author: Alexey Bataev
Date: 2019-12-16T13:25:58-05:00
New Revision: ec3854e58a62c9f255ae18e5982346f917456d85
URL: https://github.com/llvm/llvm-project/commit/ec3854e58a62c9f255ae18e5982346f917456d85
DIFF: https://github.com/llvm/llvm-project/commit/ec3854e58a62c9f255ae18e5982346f917456d85.diff
LOG: [OPENMP][DOCS]Mark if clause on simd done, NFC.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index faeb831cf10c..233b5963b819 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: if for SIMD directives | :part:`worked on` | |
+| loop extension | clause: if for SIMD directives | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop extension | inclusive scan extension (matching C++17 PSTL) | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list