From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id AB21B3858CD1; Sat, 25 Nov 2023 13:40:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB21B3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700919648; bh=YuyGoV/IClmp/HCrGK4HCX6Q8xKxjjSPLK5CoNjKzfU=; h=To:Subject:Date:From:From; b=NP+QBjXOGB3XCDgbuA4HHbjj4Wn4uqaeZ03p02lI/J/n453p4toT9i42NhRlRA+1G q2s6c457Ls4E8itmi0QYxrbMPEq+VeNENVuSmDRKIDUgO3z3/+w5ZL9rTrEmBKNYNl NaBWo4G1L1oRqD1Wim2dwdKuwQY4WSEtzxa768tM= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 606334f1a05112040c63bf42eac8f341e78e7d4f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cbf7dcbf8cddc08c0cefb04a1d5f5d78c35224ed X-Git-Newrev: 606334f1a05112040c63bf42eac8f341e78e7d4f Message-Id: <20231125134048.AB21B3858CD1@sourceware.org> Date: Sat, 25 Nov 2023 13:40:48 +0000 (GMT) From: Tobias Burnus List-Id: 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 606334f1a05112040c63bf42eac8f341e78e7d4f (commit) from cbf7dcbf8cddc08c0cefb04a1d5f5d78c35224ed (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 606334f1a05112040c63bf42eac8f341e78e7d4f Author: Tobias Burnus Date: Sat Nov 25 14:40:31 2023 +0100 gcc-14/changes.html: GCN - Mention improvements due to VGPR register use diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6c42b61f..2088ee91 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -201,6 +201,8 @@ a work-in-progress.

AMD Radeon (GCN)

    +
  • Improved register usage and performance on CDNA Instinct MI100 + and MI200 series devices.
  • The default device architecture is now gfx900 (Vega).
  • Fiji (gfx803) device support is now deprecated and will be removed from ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- gcc-wwwdocs