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:21:36 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:36:56 -0800
commitb263a0155e4eae45572322f5028665fba3e4240b (patch)
tree6ed115f9718002c1509010181c207f7428412e5e /sysdeps/x86_64/fpu/Makeconfig
parent475ed201c26b392df895442f14189eaf6bd89931 (diff)
downloadglibc-b263a0155e4eae45572322f5028665fba3e4240b.tar.gz
glibc-b263a0155e4eae45572322f5028665fba3e4240b.tar.xz
glibc-b263a0155e4eae45572322f5028665fba3e4240b.zip
x86-64: Add vector tanh/tanhf to libmvec microbenchmark
Add vector tanh/tanhf and input files to libmvec microbenchmark.

libmvec-tanh-inputs:
  90% Normal random distribution
  range: (-19.0, 19.0)
  mean: 0.0
  sigma: 2.0
  10% uniform random distribution in range (-16.0, 16.0)

libmvec-tanhf-inputs:
  90% Normal random distribution
  range: (-10.0f, 10.0f)
  mean: 0.0f
  sigma: 2.0f
  10% uniform random distribution in range (-8.0f, 8.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 2f1169af26..d9bb069580 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -74,6 +74,7 @@ libmvec-bench-funcs = \
   pow \
   sin \
   sinh \
+  tanh \
 
 bench-libmvec-double = \
   $(addprefix double-vlen1-, $(libmvec-bench-funcs)) \