about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2023-03-20 13:01:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-04-03 16:13:55 -0300
commit5c11701c518276fcf12ff7d8f27e3c7102e97542 (patch)
treeff621b8fc751bdf21276ab1cc4d0ccd351f4fbc3 /benchtests/Makefile
parent3ba0c9593f273426ef36116f4e362a7ed9ecec11 (diff)
downloadglibc-5c11701c518276fcf12ff7d8f27e3c7102e97542.tar.gz
glibc-5c11701c518276fcf12ff7d8f27e3c7102e97542.tar.xz
glibc-5c11701c518276fcf12ff7d8f27e3c7102e97542.zip
benchtests: Add fmodf benchmark
1. Subnormals: 128 inputs.
2. Normal numbers with large exponent difference (|x/y| > 2^8):
   1024 inputs between FLT_MIN and FLT_MAX;
3. Close exponents (ey >= -103 and |x/y| < 2^8): 1024 inputs with
   exponents between -10 and 10.
Reviewed-by: Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 7427010117..5bd763a19d 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -49,6 +49,7 @@ bench-math := \
   fmin \
   fminf \
   fmod \
+  fmodf \
   hypot \
   hypotf \
   ilogb \