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 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.

Siddhesh
-- 
http://siddhesh.in


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