mirror of git://sourceware.org/git/glibc.git
benchtests: Add workload directive for erf and erfc
This commit is contained in:
parent
56e4da7ca5
commit
5abfa1365b
|
@ -1,6 +1,7 @@
|
|||
## args: double
|
||||
## ret: double
|
||||
## includes: math.h
|
||||
## name: workload-random
|
||||
# Random inputs in [0,b=0x5.ebed23725989cp+0]
|
||||
# where b is the smallest number such that erf(b) rounds to 1 (to nearest)
|
||||
0x2.9eb0f20478af4p+0
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
## args: double
|
||||
## ret: double
|
||||
## includes: math.h
|
||||
## name: workload-random
|
||||
# Random inputs in [0,b=0x1.b39dc41e48bfdp+4]
|
||||
# where b is the smallest number such that erfc(b) rounds to 0 (to nearest)
|
||||
0x1.13ef47322481bp+4
|
||||
|
|
Loading…
Reference in New Issue