From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123535 invoked by alias); 27 May 2016 17:12: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 123521 invoked by uid 89); 27 May 2016 17:12:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: e37.co.us.ibm.com X-IBM-Helo: d03dlp01.boulder.ibm.com X-IBM-MailFrom: murphyp@linux.vnet.ibm.com X-IBM-RcptTo: joseph@codesourcery.com;libc-alpha@sourceware.org Subject: Re: [PATCHv3 05/11] Replace M_PIl with lit_pi in libm-test.inc To: Joseph Myers References: <21b01be1cd6e8a5ffe445427740260b748db8de8.1464297421.git.murphyp@linux.vnet.ibm.com> Cc: libc-alpha@sourceware.org From: "Paul E. Murphy" Message-ID: Date: Fri, 27 May 2016 17:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16052717-0025-0000-0000-00004137DC14 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused X-SW-Source: 2016-05/txt/msg00665.txt.bz2 On 05/27/2016 08:32 AM, Joseph Myers wrote: > On Thu, 26 May 2016, Paul E. Murphy wrote: > >> This is useful in situations where the long double type is >> less precise than the type under test. >> >> * libm-test.inc: Replace usage of M_PIl with >> (lit_pi): New macro. > > OK. > Committed as 9289b55.