From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80309 invoked by alias); 18 Feb 2020 22:23:58 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 80297 invoked by uid 89); 18 Feb 2020 22:23:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com Subject: Re: [PATCH 5/6] ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions To: libc-alpha@sourceware.org References: From: Paul E Murphy Message-ID: <1989dc4f-2daa-6945-11ff-33fdd4c77cb1@linux.ibm.com> Date: Tue, 18 Feb 2020 22:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2020-02/txt/msg00805.txt.bz2 Ping. I will commit this Friday with Patch 2 hearing no requests for improvement or objections. On 2/3/20 3:10 PM, Paul E. Murphy wrote: > From: Tulio Magno Quites Machado Filho > > Move the narrow math aliasing macros into a new sysdep header file > math-narrow-alias-float128.h. Then, provide an override header > to supply the necessary changes to supply the *ieee128 aliases of > these symbols. > > This adds ieee128 aliases for faddl, fdivl, fmull, fsubl, daddl, ddivl, > dmull, dsubl. > --- > math/math-narrow.h | 15 +------- > sysdeps/generic/math-narrow-alias-float128.h | 32 +++++++++++++++++ > sysdeps/ieee754/ldbl-128ibm-compat/Versions | 8 +++++ > .../math-narrow-alias-float128.h | 34 +++++++++++++++++++ > 4 files changed, 75 insertions(+), 14 deletions(-) > create mode 100644 sysdeps/generic/math-narrow-alias-float128.h > create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/math-narrow-alias-float128.h >