From ec3854e58a62c9f255ae18e5982346f917456d85 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Mon, 16 Dec 2019 13:25:58 -0500 Subject: [PATCH] [OPENMP][DOCS]Mark if clause on simd done, NFC. --- clang/docs/OpenMPSupport.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+