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 B0DA8385DC00 for ; Tue, 2 Jun 2020 18:12:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B0DA8385DC00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: NOQRgno00phst5/6Pwu/grTWI9LziYsSk66FLnWbxJrT35opIZBLJ+0N6kTVwljCIZCHTXAaYQ E3dbJMSFqfvVuo4QLo0kiRxsHcStlsNNjHvy/sJz+aXZK4+ULsX8HRATIkziy0jhuW0mcH5M+k OHm/3AU/RzIuD4yRWZczrVfPPyLpPD17e8VzwUOlpFRGiNW9xN3bvmkmn3seApFegtHU4P5GcD Dvfa6hGoFOkaHuM6DD45+p9gj08oswZ55q5zOJ2mFQ03XAvCBHF924Xgh6G1vB+MwAHDq3v2dc lt8= X-IronPort-AV: E=Sophos;i="5.73,465,1583222400"; d="scan'208";a="49388356" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 02 Jun 2020 10:12:35 -0800 IronPort-SDR: 1UrNGQ+G3s6LQ+0eI0AhBXXT8BfDfyE4UxWmDgar+Y3SI9faLZN4FVcDIHuFrYVjcEon4yQWzh dkdWj8ZBmsMqYVa/wbuuL7eUvHmZJqX3iieMSJCHeDvRKrqrRxD/k7rDUFV2Gaehfnk8+uTD4G jVua3JY/I8yWkAxhRFNC5A4EiYsxZD/6B3q3llH3rAJ+6eNg8BSX4K010xle9S5ooL82aCALSB E8QvHpyIiVF/DzwIpEbA7NVkPFUIascqJ2azLHBx/J2zXpb/CCSJpyC1mBkaWoJn3s23rWPykv 6Lg= Date: Tue, 2 Jun 2020 18:12:30 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Vineet Gupta CC: Adhemerval Zanella , "libc-alpha@sourceware.org" , "linux-snps-arc@lists.infradead.org" Subject: Re: [PATCH 4/5] aarch/fpu: use generic sqrt, fma functions In-Reply-To: Message-ID: References: <20200530020047.5490-1-vgupta@synopsys.com> <20200530020047.5490-5-vgupta@synopsys.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-Spam-Status: No, score=-3131.2 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 18:12:37 -0000 On Mon, 1 Jun 2020, Vineet Gupta via Libc-alpha wrote: > Also I don't understand one thing. Both the generic and aarch64 code have this > > float > __rintf (float x) > ... > libm_alias_float (__rint, rint) > > The alias arg 1 __rint seems to lack suffix 'f' ? Please see the comments in sysdeps/generic/libm-alias-float.h. The arguments are *unsuffixed* names. -- Joseph S. Myers joseph@codesourcery.com