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 /benchtests/atanh-inputs | |
parent | 04453c56259c2f167e74cbfa4ce3e3d6b9a289bb (diff) | |
download | glibc-051063c88b6e38f209c820977e1dcc909ec97421.zip glibc-051063c88b6e38f209c820977e1dcc909ec97421.tar.gz glibc-051063c88b6e38f209c820977e1dcc909ec97421.tar.bz2 |
Add benchmark inputs for math functions
Add benchmark inputs for inverse and hyperbolic trigonometric
functions and log.
Diffstat (limited to 'benchtests/atanh-inputs')
-rw-r--r-- | benchtests/atanh-inputs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchtests/atanh-inputs b/benchtests/atanh-inputs new file mode 100644 index 0000000..3c8c546 --- /dev/null +++ b/benchtests/atanh-inputs @@ -0,0 +1,5 @@ +0.1 +0.2 +0.3 +0.4 +0.5 |