From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 19F9E38460B4; Wed, 8 May 2024 13:17:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19F9E38460B4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715174236; bh=nt8NR3WAI5ojGAkkfkS4VeG6FuZu5wislkjs4t0wC6g=; h=To:Subject:Date:From:From; b=dKGZNz+clu9LV5FisyCqDugAe1ZAACIeJ/zlPEGJr2k3cRy+CSBOKC1rUCny3EcGo nL45OGvTL+2QfQn0uuLMXShKe1G8bLfm4fmNZ0jzCLCNjea2BKxlZlU9fOmFczeCFf BAFfFqRvpeRd2oyheqwMe4HD/0xix/IUNm1RFJ24= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dbdd66a53d9159a70b5c92d81cc62552aba129ad X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 506a866eae7f722c532bdcd513da6b8134be4091 X-Git-Newrev: dbdd66a53d9159a70b5c92d81cc62552aba129ad Message-Id: <20240508131716.19F9E38460B4@sourceware.org> Date: Wed, 8 May 2024 13:17:16 +0000 (GMT) From: Gerald Pfeifer 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 dbdd66a53d9159a70b5c92d81cc62552aba129ad (commit) from 506a866eae7f722c532bdcd513da6b8134be4091 (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 dbdd66a53d9159a70b5c92d81cc62552aba129ad Author: Gerald Pfeifer Date: Wed May 8 15:16:45 2024 +0200 gcc-13: 512-bit instead of 512 bit diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 15a309d6..e324b782 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -609,7 +609,7 @@ You may also want to check out our
  • 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. + using 512-bit vectors when auto-vectorizing.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs