diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-06-18 20:51:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-06-18 20:51:17 +0000 |
commit | a1ee4fd1062adf4ab8100bc1839ac5a40502879f (patch) | |
tree | deed41c8b2dd884b820e6d46de14686e09ded89a /math/auto-libm-test-in | |
parent | d1ac55d89023f86a34e46e9f064746334014ae28 (diff) | |
download | glibc-a1ee4fd1062adf4ab8100bc1839ac5a40502879f.tar.gz glibc-a1ee4fd1062adf4ab8100bc1839ac5a40502879f.tar.xz glibc-a1ee4fd1062adf4ab8100bc1839ac5a40502879f.zip |
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.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 5 |
1 files changed, 2 insertions, 3 deletions
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 |