Benchmark inputs for cos and sin

Add a comprehensive number of inputs for all branches in sin and cos
computation, excluding the fast paths.  This also adds a number of
inputs for the multiple precision slow paths.
This commit is contained in:
Siddhesh Poyarekar 2013-12-31 12:12:45 +05:30
parent 1acbb90f7a
commit dd1d85e5dd
3 changed files with 5303 additions and 12 deletions

View File

@ -1,5 +1,8 @@
2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com> 2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
* benchtests/cos-inputs: New inputs.
* benchtests/sin-inputs: Likewise.
* benchtests/atan-inputs: New inputs. Fix name of multiple * benchtests/atan-inputs: New inputs. Fix name of multiple
precision fallback inputs. precision fallback inputs.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff