From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 1C3363858D20; Wed, 30 Nov 2022 10:24:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C3363858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669803852; bh=9TfIPCL9T6A3Dt22ajQy67rtMgusMEVTmk8alUQ5zhM=; h=From:To:Subject:Date:From; b=pW1XK7t0iA+Kfzvq0pOYPFudDrMp9G/K45lbWDoCduWWEe1KtjRX72UruNwPtPNi9 9YRvuOjbOR6CcTaZC/tvc32SlLnaukzydui/cEHJXk37TfwouVv0YAFsL02DyV8qDS Q7tOU1BU+68ZWSCiXLHE0orT/QbrWuWw8rO9xdww= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4404] libgomp.texi: List GCN's 'gfx803' under OpenMP Context Selectors X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: 1fd508744eccda9ad9c6d6fcce5b2ea9c568818d X-Git-Newrev: e0b95c2e8b771b53876321a6a0a9497619af73cd Message-Id: <20221130102412.1C3363858D20@sourceware.org> Date: Wed, 30 Nov 2022 10:24:12 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e0b95c2e8b771b53876321a6a0a9497619af73cd commit r13-4404-ge0b95c2e8b771b53876321a6a0a9497619af73cd Author: Tobias Burnus Date: Wed Nov 30 11:23:41 2022 +0100 libgomp.texi: List GCN's 'gfx803' under OpenMP Context Selectors libgomp/ChangeLog: * libgomp.texi (OpenMP Context Selectors): Add 'gfx803' to gcn's isa. Diff: --- libgomp/libgomp.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 85cae742cd4..4caac497506 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''