This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv3 04/11] Replace M_PI2l with lit_pi_2_d in libm-test.inc



On 05/27/2016 08:31 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.  This adds a new
>> wrapper macro LITM(x) to each type to append the proper
>> suffix onto macro constants found in math.h.
>>
>> 	* libm-test.inc: Replace usage of M_PI2l with
>> 	(lit_pi_2_d): New macro.
>>
>> 	* math/test-double.h (LITM): New macro.
>> 	* math/test-float.h (LITM): Likewise.
>> 	* math/test-ldouble.h (LITM): Likewise.
> 
> OK.
> 

Committed as 84ba459.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]