diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2022-11-30 11:23:41 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2022-11-30 11:23:41 +0100 |
commit | e0b95c2e8b771b53876321a6a0a9497619af73cd (patch) | |
tree | 4c3b29a0917edfeb8ffe43becccc181883e7eff2 | |
parent | 1fd508744eccda9ad9c6d6fcce5b2ea9c568818d (diff) | |
download | gcc-e0b95c2e8b771b53876321a6a0a9497619af73cd.zip gcc-e0b95c2e8b771b53876321a6a0a9497619af73cd.tar.gz gcc-e0b95c2e8b771b53876321a6a0a9497619af73cd.tar.bz2 |
libgomp.texi: List GCN's 'gfx803' under OpenMP Context Selectors
libgomp/ChangeLog:
* libgomp.texi (OpenMP Context Selectors): Add 'gfx803' to gcn's isa.
-rw-r--r-- | libgomp/libgomp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 85cae74..4caac49 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -4377,7 +4377,8 @@ offloading devices (it's not clear if they should be): @tab See @code{-m...} flags in ``x86 Options'' (without @code{-m}) @item @code{amdgcn}, @code{gcn} @tab @code{gpu} - @tab See @code{-march=} in ``AMD GCN Options'' + @tab See @code{-march=} in ``AMD GCN Options''@footnote{Additionally, + @code{gfx803} is supported as an alias for @code{fiji}.} @item @code{nvptx} @tab @code{gpu} @tab See @code{-march=} in ``Nvidia PTX Options'' |