Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Siddhesh Poyarekar committed Dec 31, 2013
1 parent b19221b commit ce64115
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 10 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -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.

Expand Down

0 comments on commit ce64115

Please sign in to comment.