about summary refs log tree commit diff
path: root/sysdeps/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-11-19 15:26:52 -0800
committerDavid S. Miller <davem@davemloft.net>2012-11-19 15:31:24 -0800
commit6d33cc9d9bde501e0906c42ee396d42cb4ca603c (patch)
treefa106d1ac0b43e69180ba0e497321d56210d4a92 /sysdeps/sparc
parent877f2d8e8def5a278e4b9f4e4dc378f7f8a653b8 (diff)
downloadglibc-6d33cc9d9bde501e0906c42ee396d42cb4ca603c.tar.gz
glibc-6d33cc9d9bde501e0906c42ee396d42cb4ca603c.tar.xz
glibc-6d33cc9d9bde501e0906c42ee396d42cb4ca603c.zip
Fix spurious underflows in ldbl-128 atan implementation.
	With help from Joseph Myers.
	* sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
	very large arguments properly.
	* math/libm-test.inc (atan_test): New tests.
	(atan2_test): New tests.
	* sysdeps/sparc/fpu/libm-test-ulps: Update.
	* sysdeps/x86_64/fpu/libm-test-ulps: Update.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r--sysdeps/sparc/fpu/libm-test-ulps3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/sparc/fpu/libm-test-ulps b/sysdeps/sparc/fpu/libm-test-ulps
index ec0ad66204..432e01181a 100644
--- a/sysdeps/sparc/fpu/libm-test-ulps
+++ b/sysdeps/sparc/fpu/libm-test-ulps
@@ -102,6 +102,9 @@ float: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
+Test "atan2 (-max_value, -min_value) == -pi/2":
+float: 1
+ifloat: 1
 Test "atan2 (0.75, -1.0) == 2.49809154479650885165983415456218025":
 float: 1
 ifloat: 1