aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.texi
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-06-06 08:30:42 +0200
committerJakub Jelinek <jakub@redhat.com>2024-06-06 08:30:42 +0200
commit6a6bab4ba36c5d190b3151055e683e7067be92c1 (patch)
tree36b745dff3ff8691c9bf008d0a7a168e4eab5ff3 /libgomp/libgomp.texi
parentedd90d6d298f006e2c2e6c710ab97cd5ad733cb5 (diff)
downloadgcc-6a6bab4ba36c5d190b3151055e683e7067be92c1.zip
gcc-6a6bab4ba36c5d190b3151055e683e7067be92c1.tar.gz
gcc-6a6bab4ba36c5d190b3151055e683e7067be92c1.tar.bz2
libgomp: Mark Loop transformation constructs as implemented in the implementation status
The implementation has been committed in r15-1037. 2024-06-06 Jakub Jelinek <jakub@redhat.com> * libgomp.texi (OpenMP 5.1 status): Mark Loop transformation constructs as implemented.
Diffstat (limited to 'libgomp/libgomp.texi')
-rw-r--r--libgomp/libgomp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index d612488..c52bb26 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -302,7 +302,7 @@ The OpenMP 4.5 specification is fully supported.
@item @code{error} directive @tab Y @tab
@item @code{masked} construct @tab Y @tab
@item @code{scope} directive @tab Y @tab
-@item Loop transformation constructs @tab N @tab
+@item Loop transformation constructs @tab Y @tab
@item @code{strict} modifier in the @code{grainsize} and @code{num_tasks}
clauses of the @code{taskloop} construct @tab Y @tab
@item @code{align} clause in @code{allocate} directive @tab P