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


In the logf patch, you define LOGF_POLY_ORDER to 4, but actually only have 
3 terms in the polynomial.  In the log2f patch, you define 
LOG2F_POLY_ORDER to 4, and actually have and use 4 terms.  Why should 
log2f need a larger polynomial than logf?

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