diff options
author | Steve Ellcey <sellcey@mips.com> | 2013-12-02 09:37:18 -0800 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2013-12-02 09:37:18 -0800 |
commit | fe7da22091be6e4939531eeeef593b6d4539b55c (patch) | |
tree | e0b8a187ba869c3aa71cdb91f0a7b38aeb4cef84 /benchtests/sqrt-inputs | |
parent | 639a0ef8aba38b3ba1628d539fa95078132bca8a (diff) | |
download | glibc-fe7da22091be6e4939531eeeef593b6d4539b55c.tar.gz glibc-fe7da22091be6e4939531eeeef593b6d4539b55c.tar.xz glibc-fe7da22091be6e4939531eeeef593b6d4539b55c.zip |
Benchmark test for sqrt function.
Diffstat (limited to 'benchtests/sqrt-inputs')
-rw-r--r-- | benchtests/sqrt-inputs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchtests/sqrt-inputs b/benchtests/sqrt-inputs new file mode 100644 index 0000000000..370bc05cc8 --- /dev/null +++ b/benchtests/sqrt-inputs @@ -0,0 +1,10 @@ +## args: double +## ret: double +## includes: math.h +0.25 +0.75 +2.0 +4.0 +2209.0 +6642.25 +15190.5625 |