[PATCH] [BZ#15055] Using __ieee754_sqrl in acoshl for lbdl-128ibm
Andreas Jaeger
aj@suse.com
Fri Mar 1 14:39:00 GMT 2013
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
--
Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
More information about the Libc-alpha
mailing list