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 6F4123835796 for ; Mon, 14 Nov 2022 13:55:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6F4123835796 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 307BD33E4C; Mon, 14 Nov 2022 08:55:52 -0500 (EST) Received: from [192.168.1.80] (213-240-98-62.adsl.highway.telekom.at [213.240.98.62]) (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 99EF833E56; Mon, 14 Nov 2022 08:55:51 -0500 (EST) Date: Mon, 14 Nov 2022 14:55:50 +0100 (CET) From: Gerald Pfeifer To: Haochen Jiang cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] gcc-13: Mention Intel new ISA and march support. In-Reply-To: <20221110060143.28132-1-haochen.jiang@intel.com> Message-ID: <68281df9-544e-b987-49d5-2c5ec311725e@pfeifer.com> References: <20221110060143.28132-1-haochen.jiang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP 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 Thu, 10 Nov 2022, Haochen Jiang via Gcc-patches wrote: > +
  • New ISA extension support for Intel AVX-IFMA was added to GCC. Here and in the other cases I'd skip "to GCC". This is clear from the context (this being the GCC release notes :-) and makes it shorter. Gerald