]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Mark Loop transformation constructs as implemented in the implementation...
authorJakub Jelinek <jakub@redhat.com>
Thu, 6 Jun 2024 06:30:42 +0000 (08:30 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 6 Jun 2024 06:30:42 +0000 (08:30 +0200)
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.

libgomp/libgomp.texi

index d612488ad1098073d2655f301d0161897d0a8b34..c52bb2672c61f2904028b379e34cbee0774ba4c2 100644 (file)
@@ -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