diff options
author | Paul-Antoine Arras <parras@baylibre.com> | 2024-05-27 11:48:34 +0200 |
---|---|---|
committer | Paul-Antoine Arras <parras@baylibre.com> | 2025-01-03 11:59:45 +0100 |
commit | d22b0e3033d991104ad48c3618981fedea1a8841 (patch) | |
tree | 67b1a49cb9bad2ff3efce64cf228ea76a9bd5258 | |
parent | cf94ba812ca49608decbd1e28296f1b618c9c7d9 (diff) | |
download | gcc-d22b0e3033d991104ad48c3618981fedea1a8841.zip gcc-d22b0e3033d991104ad48c3618981fedea1a8841.tar.gz gcc-d22b0e3033d991104ad48c3618981fedea1a8841.tar.bz2 |
OpenMP: update documentation for dispatch and adjust_args
libgomp/ChangeLog:
* libgomp.texi:
-rw-r--r-- | libgomp/libgomp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index c8fb08e..9a42355 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -294,8 +294,8 @@ The OpenMP 4.5 specification is fully supported. @item C/C++'s @code{declare variant} directive: elision support of preprocessed code @tab N @tab @item @code{declare variant}: new clauses @code{adjust_args} and - @code{append_args} @tab N @tab -@item @code{dispatch} construct @tab N @tab + @code{append_args} @tab P @tab Only @code{adjust_args} +@item @code{dispatch} construct @tab Y @tab @item device-specific ICV settings with environment variables @tab Y @tab @item @code{assume} and @code{assumes} directives @tab Y @tab @item @code{nothing} directive @tab Y @tab |