[PATCH] [BZ#15055] Using __ieee754_sqrl in acoshl for lbdl-128ibm

Siddhesh Poyarekar siddhesh.poyarekar@gmail.com
Fri Mar 1 14:10:00 GMT 2013


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



More information about the Libc-alpha mailing list