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 3/7 v2] New generic log2f


On Thu, 28 Sep 2017, Szabolcs Nagy wrote:

> i guess i should use
> 
>   double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1.  */
> 
> in the __logf_data declaration.

Yes.  Please include that in the commit of the logf patch (and update / 
repost the rest of the patch series with fixes for other issues raised 
such as missing NEWS updates).

-- 
Joseph S. Myers
joseph@codesourcery.com


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