diff options
author | Kwok Cheung Yeung <kcy@codesourcery.com> | 2021-10-14 09:29:13 -0700 |
---|---|---|
committer | Kwok Cheung Yeung <kcy@codesourcery.com> | 2021-10-14 09:35:33 -0700 |
commit | 2c4666fb0686a8f5a55821f1527351dc71c018b4 (patch) | |
tree | 6029422ecc9c3c75f8ab64224a8b0a7ec7f7d88f /libgomp | |
parent | e19eea30d61af0f9c8442bbee62441536394a513 (diff) | |
download | gcc-2c4666fb0686a8f5a55821f1527351dc71c018b4.zip gcc-2c4666fb0686a8f5a55821f1527351dc71c018b4.tar.gz gcc-2c4666fb0686a8f5a55821f1527351dc71c018b4.tar.bz2 |
openmp: Mark declare variant directive in documentation as supported in Fortran
2021-10-14 Kwok Cheung Yeung <kcy@codesourcery.com>
libgomp/
* libgomp.texi (OpenMP 5.0): Update entry for declare variant
directive.
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 bdd7e3a..af25e9d 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -182,7 +182,7 @@ The OpenMP 4.5 specification is fully supported. @item Iterators @tab Y @tab @item @code{metadirective} directive @tab N @tab @item @code{declare variant} directive - @tab P @tab Only C and C++, simd traits not handled correctly + @tab P @tab simd traits not handled correctly @item @emph{target-offload-var} ICV and @code{OMP_TARGET_OFFLOAD} env variable @tab Y @tab @item Nested-parallel changes to @emph{max-active-levels-var} ICV @tab Y @tab |