diff options
author | Sunil K Pandey <skpgkp2@gmail.com> | 2022-02-15 12:51:46 -0800 |
---|---|---|
committer | Sunil K Pandey <skpgkp2@gmail.com> | 2022-02-24 09:20:43 -0800 |
commit | db34e88b86af8eafa59e26aaa2e7abc608d95fb9 (patch) | |
tree | cec8e5a9ec11922be2f795b87356a48d6ff2eb0c /math/auto-libm-test-in | |
parent | ee5d27bea53626c0187f77feec2c883f2c6ac4b3 (diff) | |
download | glibc-db34e88b86af8eafa59e26aaa2e7abc608d95fb9.zip glibc-db34e88b86af8eafa59e26aaa2e7abc608d95fb9.tar.gz glibc-db34e88b86af8eafa59e26aaa2e7abc608d95fb9.tar.bz2 |
math: Add more input to atanh accuracy tests
This patch adds following input to atanh accuracy test.
0x1.f80094p-8
Tested on x86-64 and i686 platforms.
Other platforms may have to regenerate ulps file.
Reviewed-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 9080afe..30fbada 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -617,6 +617,9 @@ atanh -0x3.98eaf4p-4 atanh 0x2.c1085p-4 atanh 0x1p-500 atanh 0x1p-5000 +# the next value generates larger error bounds in libmvec/avx512 on x86_64 +# (binary32) +atanh 0x1.f80094p-8 # the next value generates larger error bounds on x86_64 (binary128) atanh 0x2.c02a24f3472c7840afbd8cfb68bap-4 atanh min |