From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33783 invoked by alias); 9 Aug 2015 07:08:20 -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 33737 invoked by uid 89); 9 Aug 2015 07:08:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,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-ob0-f179.google.com Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 09 Aug 2015 07:08:16 +0000 Received: by obbfr1 with SMTP id fr1so68007182obb.1; Sun, 09 Aug 2015 00:08:14 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.177.103 with SMTP id cp7mr14228007oec.38.1439104094545; Sun, 09 Aug 2015 00:08:14 -0700 (PDT) Received: by 10.202.62.130 with HTTP; Sun, 9 Aug 2015 00:08:14 -0700 (PDT) In-Reply-To: <4CDF46E0-35E0-48D0-A4EA-C90D79959AB2@gmail.com> References: <4CDF46E0-35E0-48D0-A4EA-C90D79959AB2@gmail.com> Date: Sun, 09 Aug 2015 07:08:00 -0000 Message-ID: Subject: Re: [libquadmath, patch] Add logbq() to libquadmath From: Paul Richard Thomas To: FX Cc: gcc-patches , gfortran , Tobias Burnus , Jakub Jelinek Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-08/txt/msg00428.txt.bz2 Dear FX, I looks OK to me - as you say, it's rather simple. Good for trunk. Thanks for the patch Paul On 9 August 2015 at 08:27, FX wrote: > ping > > In the apparent absence of the libquadmath maintainers, could a global reviewer approve this rather simple patch, please? > > > >> 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 > -- Outside of a dog, a book is a man's best friend. Inside of a dog it's too dark to read. Groucho Marx