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


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