about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/Makeconfig
diff options
context:
space:
mode:
authorSunil K Pandey <skpgkp2@gmail.com>2021-12-30 10:38:12 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:35:54 -0800
commit049555aad4c6fd94e8cfbddbe14d571cb3ac1bb2 (patch)
treef6389df2f464852aee39007aeb3aace0ac19c37c /sysdeps/x86_64/fpu/Makeconfig
parent54cf4f31fe432e45e9e5fcd561f6d3f7e28430e2 (diff)
downloadglibc-049555aad4c6fd94e8cfbddbe14d571cb3ac1bb2.tar.gz
glibc-049555aad4c6fd94e8cfbddbe14d571cb3ac1bb2.tar.xz
glibc-049555aad4c6fd94e8cfbddbe14d571cb3ac1bb2.zip
x86-64: Add vector expm1/expm1f to libmvec microbenchmark
Add vector expm1/expm1f and input files to libmvec microbenchmark.

libmvec-expm1-inputs:
  90% Normal random distribution
  range: (-708.0, 709.0)
  mean: 0.0
  sigma: 16.0
  10% uniform random distribution in range (-500.0, 500.0)

libmvec-expm1f-inputs:
  90% Normal random distribution
  range: (-87.0f, 88.0f)
  mean: 0.0f
  sigma: 8.0f
  10% uniform random distribution in range (-50.0f, 50.0f)

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps/x86_64/fpu/Makeconfig')
-rw-r--r--sysdeps/x86_64/fpu/Makeconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/Makeconfig b/sysdeps/x86_64/fpu/Makeconfig
index 6be30543c5..0e3a5ea18f 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -60,6 +60,7 @@ libmvec-bench-funcs = \
   exp \
   exp10 \
   exp2 \
+  expm1 \
   hypot \
   log \
   pow \