[gcc r15-1052] libgomp: Mark Loop transformation constructs as implemented in the implementation status
Jakub Jelinek
jakub@gcc.gnu.org
Thu Jun 6 06:32:23 GMT 2024
https://gcc.gnu.org/g:6a6bab4ba36c5d190b3151055e683e7067be92c1
commit r15-1052-g6a6bab4ba36c5d190b3151055e683e7067be92c1
Author: Jakub Jelinek <jakub@redhat.com>
Date: Thu Jun 6 08:30:42 2024 +0200
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.
Diff:
---
libgomp/libgomp.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index d612488ad10..c52bb2672c6 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
More information about the Gcc-cvs
mailing list