libgomp.texi: Update OpenMP implementation status
authorTobias Burnus <tobias@codesourcery.com>
Thu, 27 Jan 2022 08:39:01 +0000 (09:39 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 27 Jan 2022 08:39:23 +0000 (09:39 +0100)
libgomp/
* libgomp.texi (OpenMP 5.0): Update implementation status.

libgomp/libgomp.texi

index 3be9de5..424459f 100644 (file)
@@ -187,7 +187,8 @@ The OpenMP 4.5 specification is fully supported.
       env variable @tab Y @tab
 @item Nested-parallel changes to @emph{max-active-levels-var} ICV @tab Y @tab
 @item @code{requires} directive @tab P
-      @tab Only fulfillable requirement is @code{atomic_default_mem_order}
+      @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 @code{!=} as relational-op in canonical loop form for C/C++ @tab Y @tab
@@ -203,7 +204,7 @@ The OpenMP 4.5 specification is fully supported.
       @code{reduction} clause @tab Y @tab
 @item @code{in_reduction} clause on @code{task} constructs @tab Y @tab
 @item @code{in_reduction} clause on @code{target} constructs @tab P
-      @tab Only C/C++, @code{nowait} only stub
+      @tab @code{nowait} only stub
 @item @code{task_reduction} clause with @code{taskgroup} @tab Y @tab
 @item @code{task} modifier to @code{reduction} clause @tab Y @tab
 @item @code{affinity} clause to @code{task} construct @tab Y @tab Stub only
@@ -318,7 +319,7 @@ The OpenMP 4.5 specification is fully supported.
       @code{omp_aligned_calloc} runtime routines @tab Y @tab
 @item @code{omp_alloctrait_key_t} enum: @code{omp_atv_serialized} added,
       @code{omp_atv_default} changed @tab Y @tab
-@item @code{omp_display_env} runtime routine @tab P
+@item @code{omp_display_env} runtime routine @tab Y
       @tab Not inside @code{target} regions
 @item @code{ompt_scope_endpoint_t} enum: @code{ompt_scope_beginend} @tab N @tab
 @item @code{ompt_sync_region_t} enum additions @tab N @tab