From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 789623858400; Tue, 31 Aug 2021 14:24:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 789623858400 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7644f773bf67640a1240841127b571df3291f312 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c425fb4443dc598ea3cd1c9209b217b16ddb9146 X-Git-Newrev: 7644f773bf67640a1240841127b571df3291f312 Message-Id: <20210831142419.789623858400@sourceware.org> Date: Tue, 31 Aug 2021 14:24:19 +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: Tue, 31 Aug 2021 14:24:19 -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 7644f773bf67640a1240841127b571df3291f312 (commit) from c425fb4443dc598ea3cd1c9209b217b16ddb9146 (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 7644f773bf67640a1240841127b571df3291f312 Author: Tobias Burnus Date: Tue Aug 31 16:24:12 2021 +0200 gcc-12/changes.html: nvptx - new __PTX_SM__ macro diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index a8859882..06d5ea73 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -149,6 +149,8 @@ a work-in-progress.

for the generated code; permitted values are 3.1 (default, matches previous GCC versions) and 6.3. +
  • The new __PTX_SM__ predefined macro allows code to check the + compute model being targeted by the compiler.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- gcc-wwwdocs