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:30:58 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:37:07 -0800
commitd0086fe45cbd433409df75be03f7abf5c11d7d81 (patch)
tree6e19536c7099af9e81f5491403e7b49942a2400f /sysdeps/x86_64/fpu/Makeconfig
parentbef2d0ec256d2ded7a6eeb924a4b82c0ed1fdbd2 (diff)
downloadglibc-d0086fe45cbd433409df75be03f7abf5c11d7d81.tar.gz
glibc-d0086fe45cbd433409df75be03f7abf5c11d7d81.tar.xz
glibc-d0086fe45cbd433409df75be03f7abf5c11d7d81.zip
x86-64: Add vector erfc/erfcf to libmvec microbenchmark
Add vector erfc/erfcf and input files to libmvec microbenchmark.

libmvec-erfc-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-erfcf-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 409ad329bb..80a75c7efc 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -63,6 +63,7 @@ libmvec-bench-funcs = \
   cos \
   cosh \
   erf \
+  erfc \
   exp \
   exp10 \
   exp2 \