From 6432a5409c9faf2a2f562b782d40432d73cda4d8 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 17 Dec 2013 13:43:40 +0000 Subject: Fix dbl-64 hypot spurious underflows (bug 16314). --- math/auto-libm-test-in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/auto-libm-test-in') diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 980b6b9dc8..dd4fd22886 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -302,8 +302,7 @@ hypot -5.7e7 0 hypot 0.75 1.25 hypot 1.0 0x1p-61 hypot 0x1p+0 0x1.fp-129 -# Bug 16314: spurious underflow exception may occur. -hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500 spurious-underflow:dbl-64 +hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500 hypot 0x3p125 0x4p125 no-test-inline:flt-32 hypot 0x1.234566p-126 0x1.234566p-126 no-test-inline:flt-32 hypot 0x3p1021 0x4p1021 no-test-inline:dbl-64 -- cgit 1.4.1