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 ldbl-128ibm hypotl internal underflows (bug 14869)


On 11/22/2012 03:19 AM, Joseph S. Myers wrote:
Bug 14869 is inaccuracy and spurious underflows from ldbl128-ibm
hypotl for arguments above 2**-500, but not large enough to avoid
underflow when squaring (the 2**-500 value being unchanged from the
dbl-64 version).  This patch (relative to a tree with my fix for bug
14868 applied) fixes this by using 2**-450 instead as the threshold
for scaling up.

Tested that this fixes the large errors for the added test on powerpc.

2012-11-22 Joseph Myers <joseph@codesourcery.com>

	[BZ #14869]
	* sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
	up arguments below 2**-450, not just those below 2**-500.
	* math/libm-test.inc (hypot_test): Add another test.


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]