From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id E66163858CDB for ; Thu, 2 Mar 2023 17:20:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E66163858CDB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,228,1673942400"; d="scan'208";a="100109348" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 02 Mar 2023 09:20:39 -0800 IronPort-SDR: d94dy6gSDEw/LISfghuh6PRKMWYyPL7pUerayNO0X4WoRLOnc/OkARI2bVYAYsaAj79X3dUKiU Uj8xcgT3qSPNC7dDFPO0gpfTZgFS4J0/pHvIVqa0gnK9kn7JGLYr2/YSODVK9J6jSpNhJLEkc8 boSalDjGw5XCrNf8SRp+AMCXkoujpS7fn7bI3NFagEHNS6xoVxTYN5Ov7W8C/zJiEn43KgECBV 5YWhnyFTV1UOQQ0H9t8wXOtnAQCdlhuBKfE+5N0OHfsFEem/W2Pac79EyzxqncBHtOrHXzX4eO VZQ= Message-ID: Date: Thu, 2 Mar 2023 17:20:34 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH] amdgcn: Enable SIMD vectorization of math functions Content-Language: en-GB To: Kwok Cheung Yeung , gcc-patches References: From: Andrew Stubbs In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-14.mgc.mentorg.com (139.181.222.14) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no 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 02/03/2023 15:07, Kwok Cheung Yeung wrote: > Hello > > I've made the suggested changes. Should I hold off on committing this > until GCC 13 has been branched off? No need, amdgcn is not a primary target and this stuff won't affect anyone else. Please go ahead and commit. Andrew