]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item
authorTobias Burnus <tobias@codesourcery.com>
Thu, 2 Feb 2023 11:05:58 +0000 (12:05 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 2 Feb 2023 11:05:58 +0000 (12:05 +0100)
Fix the 'strict' modifier status: it is already listed (as 'Y') for OpenMP
5.1 for num_task and grainsize; only strict on num_threads is new with TR11.

libgomp/
* libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier.

libgomp/libgomp.texi

index 0aa653d3aceeb8faa06b44ce7183de515dde7557..1f84b050eb265ac2591453d821aa04da2ecbe23d 100644 (file)
@@ -469,8 +469,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0.
 @item @code{omp_curr_progress_width} identifier @tab N @tab
 @item @code{safesync} clause to the @code{parallel} construct @tab N @tab
 @item @code{omp_get_max_progress_width} runtime routine @tab N @tab
-@item @code{strict} modifier keyword to @code{num_threads}, @code{num_tasks}
-      and @code{grainsize} @tab N @tab
+@item @code{strict} modifier keyword to @code{num_threads} @tab N @tab
 @item @code{memscope} clause to @code{atomic} and @code{flush} @tab N @tab
 @item Routines for obtaining memory spaces/allocators for shared/device memory
       @tab N @tab