[PATCH 05/25] benchtests: Add workload directive for erf and erfc
Adhemerval Zanella
adhemerval.zanella@linaro.org
Mon Aug 25 16:38:24 GMT 2025
---
benchtests/erf-inputs | 1 +
benchtests/erfc-inputs | 1 +
2 files changed, 2 insertions(+)
diff --git a/benchtests/erf-inputs b/benchtests/erf-inputs
index ec299cc499..1a9bebb41b 100644
--- a/benchtests/erf-inputs
+++ b/benchtests/erf-inputs
@@ -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
diff --git a/benchtests/erfc-inputs b/benchtests/erfc-inputs
index cf058fcb57..9bd83a869c 100644
--- a/benchtests/erfc-inputs
+++ b/benchtests/erfc-inputs
@@ -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
--
2.43.0
More information about the Libc-alpha
mailing list