diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-31 12:03:43 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-31 12:03:44 +0530 |
commit | ce641152c419c3c5f54715b9aa8397668497f494 (patch) | |
tree | 815b55dce4630b4f354d7af07a9871f63c08cf78 /ChangeLog | |
parent | b19221b9a518b03b2cbbe7cdf448f23b2cacd498 (diff) | |
download | glibc-ce641152c419c3c5f54715b9aa8397668497f494.tar glibc-ce641152c419c3c5f54715b9aa8397668497f494.tar.gz glibc-ce641152c419c3c5f54715b9aa8397668497f494.tar.bz2 glibc-ce641152c419c3c5f54715b9aa8397668497f494.zip |
benchmark inputs for sinh and cosh
Add a full set of inputs for sinh and cosh functions generated using a
random number generator and spreading it over all branches in the
function, ignoring the fast paths (i.e. immediate return for special
values).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com> + * benchtests/cosh-inputs: New inputs. + * benchtests/sinh-inputs: Likewise. + * benchtests/acos-inputs: Add more inputs. * benchtests/asin-inputs: Likewise. |