diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-03 21:49:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-03 21:49:56 +0000 |
commit | 749008ff0361297af02b8574ac8848d35436eac3 (patch) | |
tree | 24d4078cb9fa9eb70e27a8c886301db8d09fadb1 /math/auto-libm-test-in | |
parent | 17dea1887fcc116941e07cb0f5f2078140ab0384 (diff) | |
download | glibc-749008ff0361297af02b8574ac8848d35436eac3.tar.gz glibc-749008ff0361297af02b8574ac8848d35436eac3.tar.xz glibc-749008ff0361297af02b8574ac8848d35436eac3.zip |
Fix exp missing underflows (bug 15268, bug 15425).
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 83832a7f35..4c07c4fc4b 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -178,6 +178,8 @@ exp -1234 # Bug 16284: results on directed rounding may be incorrect. exp 1e5 xfail-rounding:dbl-64 exp max xfail-rounding:dbl-64 +exp -7.4444006192138124e+02 +exp -0x1.75f113c30b1c8p+9 exp -max exp10 0 |