From a1ee4fd1062adf4ab8100bc1839ac5a40502879f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 18 Jun 2015 20:51:17 +0000 Subject: Remove stray spurious-underflow markings from cexp test. I noticed that I'd left a spurious-underflow allowance behind in auto-libm-test-in for a bug that was fixed some time ago. This patch removes it. Tested for x86_64 and x86. * math/auto-libm-test-in: Remove spurious underflow allowance for tests of cexp. * math/auto-libm-test-out: Regenerated. --- math/auto-libm-test-in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/auto-libm-test-in') diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 9e55d913ae..7546cca98b 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -559,9 +559,8 @@ cexp 1e6 0 cexp 1e6 min cexp 1e6 -min -# Bug 16348: spurious underflow may occur. -cexp min min_subnorm spurious-underflow:ldbl-96-intel:x86 spurious-underflow:ldbl-96-intel:x86_64 -cexp min -min_subnorm spurious-underflow:ldbl-96-intel:x86 spurious-underflow:ldbl-96-intel:x86_64 +cexp min min_subnorm +cexp min -min_subnorm clog 0.75 1.25 clog -2 -3 -- cgit v1.2.3