diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-23 16:29:07 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-05-22 11:07:33 +0530 |
commit | 051063c88b6e38f209c820977e1dcc909ec97421 (patch) | |
tree | 0fd11f591918adc9c513ba545e901e948e0b8e8c /ChangeLog | |
parent | 04453c56259c2f167e74cbfa4ce3e3d6b9a289bb (diff) | |
download | glibc-051063c88b6e38f209c820977e1dcc909ec97421.tar.gz glibc-051063c88b6e38f209c820977e1dcc909ec97421.tar.xz glibc-051063c88b6e38f209c820977e1dcc909ec97421.zip |
Add benchmark inputs for math functions
Add benchmark inputs for inverse and hyperbolic trigonometric functions and log.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 41f67c7400..0b29e0db4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com> + + * benchtests/Makefile (bench): Add asin, acos, sinh, cosh, + tanh, asinh, acosh, atanh. + * benchtests/acos-inputs: New file. + * benchtests/acosh-inputs: New file. + * benchtests/asin-inputs: New file. + * benchtests/asinh-inputs: New file. + * benchtests/atanh-inputs: New file. + * benchtests/cosh-inputs: New file. + * benchtests/log-inputs: New file. + * benchtests/sinh-inputs: New file. + * benchtests/tanh-inputs: New file. + 2013-05-21 Dmitry V. Levin <ldv@altlinux.org> [BZ #15339] |