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 11:16:54 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:36:51 -0800
commit475ed201c26b392df895442f14189eaf6bd89931 (patch)
tree1bb10b3cfcfbda342ca076e0863b2ccac697319d /sysdeps/x86_64/fpu/Makeconfig
parent157bdb5f89959d1070916186d406926c72b6b746 (diff)
downloadglibc-475ed201c26b392df895442f14189eaf6bd89931.tar.gz
glibc-475ed201c26b392df895442f14189eaf6bd89931.tar.xz
glibc-475ed201c26b392df895442f14189eaf6bd89931.zip
x86-64: Add vector erf/erff to libmvec microbenchmark
Add vector erf/erff and input files to libmvec microbenchmark.

libmvec-erf-inputs:
  90% Normal random distribution
  range: (-6.0, 6.0)
  mean: 0.0
  sigma: 1.0
  10% uniform random distribution in range (-5.9, 5.9)

libmvec-erff-inputs:
  90% Normal random distribution
  range: (-4.0f, 4.0f)
  mean: 0.0f
  sigma: 1.0f
  10% uniform random distribution in range (-3.9f, 3.9f)

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 168d00997b..2f1169af26 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -61,6 +61,7 @@ libmvec-bench-funcs = \
   cbrt \
   cos \
   cosh \
+  erf \
   exp \
   exp10 \
   exp2 \