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-11-05 23:29:02 -0700
committerSunil K Pandey <skpgkp2@gmail.com>2021-11-24 07:50:23 -0800
commitc58d3b7d00d5b4295dfb884b38f3e5945227fa01 (patch)
tree4f9d399cbf851ed97a11a1738c6a96705ffda440 /sysdeps/x86_64/fpu/Makeconfig
parent6a556bac81c175016fdbd0965cccaf475b24e93c (diff)
downloadglibc-c58d3b7d00d5b4295dfb884b38f3e5945227fa01.tar.gz
glibc-c58d3b7d00d5b4295dfb884b38f3e5945227fa01.tar.xz
glibc-c58d3b7d00d5b4295dfb884b38f3e5945227fa01.zip
x86-64: Add vector sin/sinf to libmvec microbenchmark
Add vector sin/sinf and input files to libmvec microbenchmark.

libmvec-sin-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-sinf-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 9c9320d8f1..b0e3bf7887 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -35,6 +35,7 @@ libmvec-bench-funcs = \
   exp \
   log \
   pow \
+  sin \
 
 bench-libmvec-double = \
   $(addprefix double-vlen1-, $(libmvec-bench-funcs)) \