From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1611) id 2345D384841D; Thu, 23 Mar 2023 17:36:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2345D384841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679592985; bh=qFqLMFa48NxX0lxafC2mgXT/LHZQzxafGwl9Du438rc=; h=To:Subject:Date:From:From; b=FRdhkxxyIH9Il/HI/yBDYJFzzJrvZvKhEr4GZupVd7FZAisiFhfy44kyXd5tomefT iIn1fu0GX/Be+TiJmzwiaIPsBh/nWaKeb1lhZwzXsScuEHc0jEiEHHr4qXrWvHbsfk 7UreV8cvYrTeAo0ppNaJ/XRFZUUfjd+MR/W6waSw= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5e18cb8894845619ad2a362e5eee77c91cdc58ee X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e24f9ef56c11c69fc07bddf9a708ea2fc662f2b3 X-Git-Newrev: 5e18cb8894845619ad2a362e5eee77c91cdc58ee Message-Id: <20230323173625.2345D384841D@sourceware.org> Date: Thu, 23 Mar 2023 17:36:25 +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 5e18cb8894845619ad2a362e5eee77c91cdc58ee (commit) from e24f9ef56c11c69fc07bddf9a708ea2fc662f2b3 (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 5e18cb8894845619ad2a362e5eee77c91cdc58ee Author: Martin Jambor Date: Thu Mar 23 16:38:20 2023 +0100 Add a note to gcc-13 changes that znver4 CPUs are supported diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 4fae1f7a..f8e9560c 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -530,6 +530,10 @@ a work-in-progress.

-march=graniterapids. The switch enables the AMX-FP16 and PREFETCHI ISA extensions. +
  • 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. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs