From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4ADC03858C2F; Wed, 13 Dec 2023 05:44:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4ADC03858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702446243; bh=g7a4DDcYVgo0r188BkgVQY1CAG2aiYqH4k+MFq5dRb8=; h=To:Subject:Date:From:From; b=xadjL/ZKbcFvDjUEdKRY8NibKNdm8J3uQszJiSuNyxmOTNNsFjDuJ/UKvWS9MJpIZ goHkg3AjS3ZlNxg+GWm52M3CMvIbOYAzSBSQSefAVT2CqCRn/TjSJWe34F/ZxN1xlC ArEIBHoMBMK1w6T9WvcezflTsCWW2ompmKZckl08= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 617a25d7d89a9cce121e85b693eed1ee3f94354b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4322b406f80c28cf7cb55dec8147597a8e333a9a X-Git-Newrev: 617a25d7d89a9cce121e85b693eed1ee3f94354b Message-Id: <20231213054403.4ADC03858C2F@sourceware.org> Date: Wed, 13 Dec 2023 05:44:03 +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 617a25d7d89a9cce121e85b693eed1ee3f94354b (commit) from 4322b406f80c28cf7cb55dec8147597a8e333a9a (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 617a25d7d89a9cce121e85b693eed1ee3f94354b Author: Gerald Pfeifer Date: Wed Dec 13 13:43:39 2023 +0800 gcc-13: Refine noteo on -march=graniterapids diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 8ef3d639..ee6383a0 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -593,7 +593,7 @@ You may also want to check out our
  • GCC now supports the Intel CPU named Granite Rapids through -march=graniterapids. - The switch enables the AMX-FP16, PREFETCHI ISA extensions. + The switch enables the AMX-FP16 and PREFETCHI ISA extensions.
  • GCC now supports the Intel CPU named Granite Rapids D through -march=graniterapids-d. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs