[clang] 06a6b0a - [OPENMP][DOCS]Claim simd nontemporal clause, NFC.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 16 10:39:13 PST 2019
Author: Alexey Bataev
Date: 2019-12-16T13:38:58-05:00
New Revision: 06a6b0ad6584c16fa85a3e6bbcfd8ab87200baca
URL: https://github.com/llvm/llvm-project/commit/06a6b0ad6584c16fa85a3e6bbcfd8ab87200baca
DIFF: https://github.com/llvm/llvm-project/commit/06a6b0ad6584c16fa85a3e6bbcfd8ab87200baca.diff
LOG: [OPENMP][DOCS]Claim simd nontemporal clause, NFC.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 233b5963b819..6810bf7f82bc 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -165,7 +165,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| SIMD extension | atomic and simd constructs inside SIMD code | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| SIMD extension | SIMD nontemporal | :none:`unclaimed` | |
+| SIMD extension | SIMD nontemporal | :part:`claimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device extension | infer target functions from initializers | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list