diff options
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 59756319cf..7c80192ccd 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -61,9 +61,8 @@ asin -0x0.ffffffffffffp0 asin 0x0.ffffffffffffffffp0 asin -0x0.ffffffffffffffffp0 # Bug 16351: underflow exception may be missing. -# Bug 16599: spurious underflow may occur. asin min missing-underflow -asin -min missing-underflow spurious-underflow:dbl-64:x86 +asin -min missing-underflow asin min_subnorm missing-underflow asin -min_subnorm missing-underflow @@ -175,9 +174,8 @@ atanh 0x1p-5 atanh 0x1p-10 atanh 0x1.2345p-20 # Bug 16352: underflow exception may be missing. -# Bug 16357: spurious underflow may occur. -atanh min missing-underflow spurious-underflow:ldbl-96-intel:x86 -atanh -min missing-underflow spurious-underflow:ldbl-96-intel:x86 +atanh min missing-underflow +atanh -min missing-underflow atanh min_subnorm missing-underflow atanh -min_subnorm missing-underflow |