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 hypot handling of subnormals (bug 16316, bug 16330)


Now that x86 builds are unbroken, I've applied this followup to mark some 
hypot tests no-test-inline, as needed on x86.

diff --git a/ChangeLog b/ChangeLog
index 0990137..7ea766d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/auto-libm-test-in: Mark some hypot tests no-test-inline.
+	* math/auto-libm-test-out: Regenerated.
+
 	[BZ #16338]
 	* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
 	to determine exponent and adjust argument to have exponent of -1.
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in
index 30e1ec6..8b675e0 100644
--- a/math/auto-libm-test-in
+++ b/math/auto-libm-test-in
@@ -316,9 +316,9 @@ hypot 0x0.fffffep-126 0x0.fp-127
 hypot 0x0.fffffep-126 0x0.fp-130
 hypot 0x0.fffffffffffffp-1022 0x0.fp-1023
 hypot 0x0.fffffffffffffp-1022 0x0.fp-1026
-hypot 0x0.ffffffp-16382 0x0.fp-16383
-hypot 0x0.ffffffp-16382 0x0.fp-16386
-hypot 0 min_subnorm
+hypot 0x0.ffffffp-16382 0x0.fp-16383 no-test-inline
+hypot 0x0.ffffffp-16382 0x0.fp-16386 no-test-inline
+hypot 0 min_subnorm no-test-inline
 
 j0 -1.0
 j0 0.0


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