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: Bug is recent math library changes


Please file a bug in Bugzilla, making sure to start what architecture or 
architectures the issue is observed on (different architectures use 
different pow implementations).

pow_test is a 700-line function that's not very well sorted and it appears 
you've found a case missing from it - it could probably do with being 
sorted more systematically according to whether the arguments are NaN, 
+-Inf, +-1, +-0, other finite values.

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