From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35702 invoked by alias); 9 Aug 2015 07:09:06 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 35685 invoked by uid 89); 9 Aug 2015 07:09:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f176.google.com Received: from mail-wi0-f176.google.com (HELO mail-wi0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 09 Aug 2015 07:09:04 +0000 Received: by wijp15 with SMTP id p15so101329702wij.0; Sun, 09 Aug 2015 00:09:01 -0700 (PDT) X-Received: by 10.180.78.98 with SMTP id a2mr13408098wix.50.1439104141059; Sun, 09 Aug 2015 00:09:01 -0700 (PDT) Received: from [10.10.26.91] (vpn-konference.ms.mff.cuni.cz. [195.113.20.101]) by smtp.gmail.com with ESMTPSA id df1sm7295127wib.12.2015.08.09.00.09.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Aug 2015 00:09:00 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <4CDF46E0-35E0-48D0-A4EA-C90D79959AB2@gmail.com> References: <4CDF46E0-35E0-48D0-A4EA-C90D79959AB2@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [libquadmath, patch] Add logbq() to libquadmath From: Richard Biener Date: Sun, 09 Aug 2015 07:09:00 -0000 To: FX ,gcc-patches CC: gfortran ,Tobias Burnus ,Jakub Jelinek Message-ID: <702BE8DE-EDB0-4F99-A65B-2853C31113F1@gmail.com> X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00429.txt.bz2 On August 9, 2015 8:27:09 AM GMT+02:00, FX wrote: >ping > >In the apparent absence of the libquadmath maintainers, could a global >reviewer approve this rather simple patch, please? OK Richard > > >> The attached patch adds logbq() to libquadmath, with code lifted from >glibc. >> It is made necessary by an upcoming patch for gfortran, adding full >support for the IEEE modules on __float128, and requires logbq(). >> >> Bootstrapped and regtested on x86_64-apple-darwin14. >> OK to commit to trunk? >> >> FX