diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2022-05-05 14:45:29 -0700 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2022-05-05 14:48:57 -0700 |
commit | 2d8752c5923e2ed4dc33b95038fed82b46526feb (patch) | |
tree | 97d00f101cabc3f297e4b4ad3033370c03260bfc /libgomp | |
parent | ee9128189623ce43343ce326caa8d5eec2eccfec (diff) | |
download | gcc-2d8752c5923e2ed4dc33b95038fed82b46526feb.zip gcc-2d8752c5923e2ed4dc33b95038fed82b46526feb.tar.gz gcc-2d8752c5923e2ed4dc33b95038fed82b46526feb.tar.bz2 |
libgomp: Update docs to reflect Fortran support for non-rectangular loops
libgomp/
* libgomp.texi (OpenMP 5.0): Feature is now fully supported.
Diffstat (limited to 'libgomp')
-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 38e0337..414cc50 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -190,7 +190,7 @@ The OpenMP 4.5 specification is fully supported. @tab Only fulfillable requirement are @code{atomic_default_mem_order} and @code{dynamic_allocators} @item @code{teams} construct outside an enclosing target region @tab Y @tab -@item Non-rectangular loop nests @tab P @tab Only C/C++ +@item Non-rectangular loop nests @tab Y @tab @item @code{!=} as relational-op in canonical loop form for C/C++ @tab Y @tab @item @code{nonmonotonic} as default loop schedule modifier for worksharing-loop constructs @tab Y @tab |