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:26:16 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:37:01 -0800
commitbef2d0ec256d2ded7a6eeb924a4b82c0ed1fdbd2 (patch)
tree7487a9e6cd23195cdd88407434f0ec4668d338ba /sysdeps/x86_64/fpu/Makeconfig
parentb263a0155e4eae45572322f5028665fba3e4240b (diff)
downloadglibc-bef2d0ec256d2ded7a6eeb924a4b82c0ed1fdbd2.tar.gz
glibc-bef2d0ec256d2ded7a6eeb924a4b82c0ed1fdbd2.tar.xz
glibc-bef2d0ec256d2ded7a6eeb924a4b82c0ed1fdbd2.zip
x86-64: Add vector asinh/asinhf to libmvec microbenchmark
Add vector asinh/asinhf and input files to libmvec microbenchmark.

libmvec-asinh-inputs:
  90% Normal random distribution
  range: (-DBL_MAX, DBL_MAX)
  mean: 0.0
  sigma: 2.0
  10% uniform random distribution in range (-1.0e6, 1.0e6)

libmvec-asinhf-inputs:
  90% Normal random distribution
  range: (-FLT_MAX, FLT_MAX)
  mean: 0.0f
  sigma: 2.0f
  10% uniform random distribution in range (-1.0e6f, 1.0e6f)

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 d9bb069580..409ad329bb 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -55,6 +55,7 @@ libmvec-bench-funcs = \
   acos \
   acosh \
   asin \
+  asinh \
   atan \
   atan2 \
   atanh \