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: [PATCH] [BZ#15055] Using __ieee754_sqrl in acoshl for lbdl-128ibm


On 03/01/2013 11:39 AM, Andreas Jaeger wrote:
> On 03/01/2013 03:10 PM, Siddhesh Poyarekar wrote:
>> On 28 February 2013 10:54, Adhemerval Zanella
>> <azanella@linux.vnet.ibm.com> wrote:
>>>          * NEWS: Mention BZ #15055.
>>
>> This is not required.
>>
>>>              return __ieee754_logl(2.0*x-one/(x+__ieee754_sqrtl(t-one)));
>>>          } else {                        /* 1<x<2 */
>>>              t = x-one;
>>> -           return __log1p(t+__sqrtl(2.0*t+t*t));
>>> +           return __log1p(t+__ieee754_sqrtl(2.0*t+t*t));
>>>          }
>>>   }
>>
>> The change seems fine to me but please wait for an ack from another
>> maintainer before you commit - I am not a senior developer.
>
>
> We have consensus but no senior developer rule. ;)
> Siddhesh, this is fine,
>
> Andreas

Pushed as e0b780ad5b94209bf99bf498314bc5c160dc2a15.


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