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 6657F3858C2D for ; Tue, 8 Nov 2022 15:15:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6657F3858C2D 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.96,148,1665475200"; d="scan'208";a="86587093" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 08 Nov 2022 07:15:01 -0800 IronPort-SDR: B62zC6FcMHn82avHx4mrRri7I+wFAChuro/WOFj1jeGIqbl9OBunxfM4xem+fM2Z5Kq5g2jW0k v3rZ2FkXX9aSs3XcfQlaWLvBtZb2eTjEGEk/i4q7IbKEbKV9UIBGltb9Z4zXfI5du+YF7ZfHGO /LaUpn9prJk5O7R1tFwKS2qK3rGyBPqhDEt+ewRIx/BhqcYLZswRytltrzq0iR4zJZQRfaViZH rSRLA5rEtz2qxEjzlfGuNwDqvngK0rKM8dzA+2+5QUpx+O+pKOvRgh1z5C1ELjBWSp1OEQjuSI aRg= Message-ID: <814ffd99-2a91-6f81-bcca-3a90237aae4a@codesourcery.com> Date: Tue, 8 Nov 2022 15:14:33 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 To: gcc-patches References: Subject: Re: [OG12] [committed] amdgcn: Enable SIMD vectorization of math library functions From: Kwok Cheung Yeung 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-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) X-Spam-Status: No, score=-5.8 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: Hello These additional patches were pushed onto the devel/omp/gcc-12 branch to fix various issues with the SIMD math library: ecf1603b7ad amdgcn: Fix expansion of GCN_BUILTIN_LDEXPV builtin 6c40e3f5daa amdgcn: Various fixes for SIMD math library 8e6c5b18e10 amdgcn: Fixed intermittent failure in vectorized version of rint Kwok