diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 17:53:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 17:53:58 +0000 |
commit | 38755f14215920cc5d2260e596ed3f6603c30620 (patch) | |
tree | 48f53f471c1968d3b331162168468bd3fcd9058c /ChangeLog | |
parent | a9fe4c5aa8e53ee30f7d0a1c878391d5d6324e6e (diff) | |
download | glibc-38755f14215920cc5d2260e596ed3f6603c30620.zip glibc-38755f14215920cc5d2260e596ed3f6603c30620.tar.gz glibc-38755f14215920cc5d2260e596ed3f6603c30620.tar.bz2 |
Add more tests of asin.
This patch adds some randomly-generated tests of asin that are
observed to increase ulps on x86_64.
Tested for x86_64 and x86 and ulps updated accordingly.
* math/auto-libm-test-in: Add more tests of asin.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-03-25 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Add more tests of asin. + * math/auto-libm-test-out: Regenerated. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + [BZ #18138] * sysdeps/unix/sysv/linux/i386/sysdep.h (struct libc_do_syscall_args): New structure. |