From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 3BBDB3857809; Mon, 17 May 2021 10:35:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BBDB3857809 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 68ca5595556182e433ac29ae93a0f2fd22ea8e7d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3c0233eed90ba0bd6ed8f0c60c63ba96e92e4215 X-Git-Newrev: 68ca5595556182e433ac29ae93a0f2fd22ea8e7d Message-Id: <20210517103504.3BBDB3857809@sourceware.org> Date: Mon, 17 May 2021 10:35:04 +0000 (GMT) From: Tobias Burnus X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 10:35:04 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 68ca5595556182e433ac29ae93a0f2fd22ea8e7d (commit) from 3c0233eed90ba0bd6ed8f0c60c63ba96e92e4215 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 68ca5595556182e433ac29ae93a0f2fd22ea8e7d Author: Tobias Burnus Date: Mon May 17 12:34:20 2021 +0200 htdocs/gcc-12/changes.html (NVPTX): Document new -mptx flag diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 23f71411..53abf9ed 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -101,8 +101,13 @@ a work-in-progress.

- - +

NVPTX

+
    +
  • The -mptx flag has been added to specify the PTX ISA version + for the generated code; permitted values are 3.1 + (default, matches previous GCC versions) and 6.3. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs