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:07:55 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:36:41 -0800
commit0050c9a45d5ff8361528509e2c09037fe796bb04 (patch)
tree3e24fe8e42a2e51ae1a2d0da24f97db5c1873ff2 /sysdeps/x86_64/fpu/Makeconfig
parent171817d8c040159c32eb8c204c2bc31625c49539 (diff)
downloadglibc-0050c9a45d5ff8361528509e2c09037fe796bb04.tar.gz
glibc-0050c9a45d5ff8361528509e2c09037fe796bb04.tar.xz
glibc-0050c9a45d5ff8361528509e2c09037fe796bb04.zip
x86-64: Add vector atanh/atanhf to libmvec microbenchmark
Add vector atanh/atanhf and input files to libmvec microbenchmark.

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

libmvec-atanhf-inputs:
  90% Normal random distribution
  range: (-1.0f, 1.0f)
  mean: 0.0f
  sigma: 1.0f
  10% uniform random distribution in range (-1.0f, 1.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 fcbe82373a..fcb24191ed 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -56,6 +56,7 @@ libmvec-bench-funcs = \
   asin \
   atan \
   atan2 \
+  atanh \
   cbrt \
   cos \
   cosh \