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: Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285)


On Sunday, March 17, 2013 20:49:28 Joseph S. Myers wrote:
> Where the Bessel function implementations improve the accuracy of
> their calculations by using cos of twice the input, this requires a
> cut-off to avoid internal overflow when twice the input would
> overflow.  Bug 15285 is the absence of that cut-off in the ldbl-128 /
> ldbl-128ibm implementation.  This patch adds the missing cut-off
> checks and adds testcases that confirm such large inputs are handled
> OK for double and IBM long double.

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