diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-11-16 10:21:56 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-11-16 10:21:56 +0100 |
commit | 9ceaf0fee35f6c79cda60e35aad27598dd4dcee6 (patch) | |
tree | 16e4e9772dc5b313619f4f98b6fd6a0679c7b9e8 | |
parent | 47de0b56ee455ec82ec7d61a20988f11b67aa4e9 (diff) | |
download | gcc-9ceaf0fee35f6c79cda60e35aad27598dd4dcee6.zip gcc-9ceaf0fee35f6c79cda60e35aad27598dd4dcee6.tar.gz gcc-9ceaf0fee35f6c79cda60e35aad27598dd4dcee6.tar.bz2 |
libgomp: Mark thread_limit clause to target construct as implemented
After the Fortran changes we can mark it as implemented...
2021-11-16 Jakub Jelinek <jakub@redhat.com>
* libgomp.texi (OpenMP 5.1): Mark thread_limit clause to target
construct as implemented.
-rw-r--r-- | libgomp/libgomp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fd747b9..2999609 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -292,7 +292,7 @@ The OpenMP 4.5 specification is fully supported. clauses of the taskloop construct @tab Y @tab @item @code{align} clause/modifier in @code{allocate} directive/clause and @code{allocator} directive @tab P @tab C/C++ on clause only -@item @code{thread_limit} clause to @code{target} construct @tab N @tab +@item @code{thread_limit} clause to @code{target} construct @tab Y @tab @item @code{has_device_addr} clause to @code{target} construct @tab N @tab @item iterators in @code{target update} motion clauses and @code{map} clauses @tab N @tab |