From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 0CBEA385841A for ; Wed, 13 Dec 2023 05:44:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0CBEA385841A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0CBEA385841A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702446288; cv=none; b=YsLUKzUc4WBQwxE8BLp6EyNFkNiX2d4mvzayoPavNU1XaVHzgqlVAohPlOjzRtZvjdH0nhCXAchAXytYCb3FwGUvOSGJZOmYJmVi8n2qobXdFqWTfvvr0QkSMm9BfJH1GSAPzCjvGHeGfp5cM497CCvkl1i3bBwAoCDfqgdNA1w= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702446288; c=relaxed/simple; bh=p5Ii523VIZLJ4VDprMxleJDQzDP/haxiBMy9mwOVmls=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=fxkUF6RZbWXWSnkXTgzDU9dAWV/IVHevCI4PS603ij4HTuQY3a1LkulWML4HFa56wDXZgtJxHRMsze92TJrX/2k/4tkBEHIeznUsq1w4O6NAVM3SdgnwWFNp0LPTUpM58Z3nA7lo6Ips/CwNQXO1uCF99bEJFAsUJlgG3neSn1Y= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A598233EA6; Wed, 13 Dec 2023 00:44:46 -0500 (EST) Received: from [192.168.1.63] (unknown [103.162.115.197]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id A26C633EAE; Wed, 13 Dec 2023 00:44:44 -0500 (EST) Date: Wed, 13 Dec 2023 13:44:41 +0800 (WITA) From: Gerald Pfeifer To: "Jiang, Haochen" cc: "gcc-patches@gcc.gnu.org" , "Liu, Hongtao" , "ubizjak@gmail.com" Subject: RE: [PATCH] [gcc-wwwdocs]gcc-13/14: Mention Intel new ISA and march support In-Reply-To: Message-ID: References: <20230717033334.2376251-1-haochen.jiang@intel.com> <944b1961-f4dd-41a5-0c8f-7498ef8e7c20@pfeifer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, 27 Nov 2023, Jiang, Haochen wrote: >> How about changing this to use "and", as in >> "The switch enables the AMX-FP16, PREFETCHI ISA extensions." >> ? > Ok for me. Done and pushed thusly. Gerald 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.