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:35:48 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:37:13 -0800
commitd7fca835e064ead5a46914d5f3a2eda3cad5649f (patch)
tree257c413211f8ec23c14e1246434b11630a8b3545 /sysdeps/x86_64/fpu/Makeconfig
parentd0086fe45cbd433409df75be03f7abf5c11d7d81 (diff)
downloadglibc-d7fca835e064ead5a46914d5f3a2eda3cad5649f.tar.gz
glibc-d7fca835e064ead5a46914d5f3a2eda3cad5649f.tar.xz
glibc-d7fca835e064ead5a46914d5f3a2eda3cad5649f.zip
x86-64: Add vector tan/tanf to libmvec microbenchmark
Add vector tan/tanf and input files to libmvec microbenchmark.

libmvec-tan-inputs:
  90% Normal random distribution
  range: (-DBL_MAX, DBL_MAX)
  mean: 0.0
  sigma: 5.0
  10% uniform random distribution in range (-1000.0, 1000.0)

libmvec-tanf-inputs:
  90% Normal random distribution
  range: (-FLT_MAX, FLT_MAX)
  mean: 0.0f
  sigma: 5.0f
  10% uniform random distribution in range (-1000.0f, 1000.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 80a75c7efc..30b8d97826 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -76,6 +76,7 @@ libmvec-bench-funcs = \
   pow \
   sin \
   sinh \
+  tan \
   tanh \
 
 bench-libmvec-double = \