From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1611) id 4E35F3858C50; Fri, 24 Mar 2023 08:51:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E35F3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679647911; bh=xBQnbGZOSCDzWu/IwoY62JGauSJjErJvF4b5k8vyA80=; h=To:Subject:Date:From:From; b=bJXHY5WgqX2kFQ+YNGlKVaor7etxa8GoUwJuULs4GE/0sj08mPDxxWkS2msX44WI9 LdxvJryaBceDkJdg+OLKgqCY75yY6fWqpcnxbRODnADbLI1csZEeNt2n340yLecLl0 Cn0+1ycrlr5CWwIkFguy2S50BVStbGiz35gtR7B0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 98b07c3fe93217a6af211739bec90668709bb8ba X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5e18cb8894845619ad2a362e5eee77c91cdc58ee X-Git-Newrev: 98b07c3fe93217a6af211739bec90668709bb8ba Message-Id: <20230324085151.4E35F3858C50@sourceware.org> Date: Fri, 24 Mar 2023 08:51:51 +0000 (GMT) From: Martin Jambor 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 98b07c3fe93217a6af211739bec90668709bb8ba (commit) from 5e18cb8894845619ad2a362e5eee77c91cdc58ee (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 98b07c3fe93217a6af211739bec90668709bb8ba Author: Martin Jambor Date: Fri Mar 24 09:51:00 2023 +0100 Add a note to gcc-12 changes that znver4 CPUs are supported in 12.3 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index d565c217..0854b83b 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -1144,6 +1144,17 @@ are not listed here).

Note: GCC 12.3 has not been released yet, so this section is a work-in-progress.

+

Target Specific Changes

+ +

x86-64

+
    +
  • GCC now supports AMD CPUs based on the znver4 core + via -march=znver4. The switch makes GCC consider + using 512 bit vectors when auto-vectorizing. +
  • +
+ +

This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 12.3 release. This list might not be ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) hooks/post-receive -- gcc-wwwdocs