mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 16:41:27 +00:00
[OPENMP][DOCS]Update list of the supported features, NFC.
This commit is contained in:
parent
242649c17c
commit
c3279beded
@ -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` | |
|
||||
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user