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 10:30:16 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:35:43 -0800
commitabebb26108e8ce539babe81acb85653d19fcbc0a (patch)
tree09fc96138f158442b9e36ec44b0f0964c4c08320 /sysdeps/x86_64/fpu/Makeconfig
parentb0e4360778beb40f2a1af7cde51f5de602116e62 (diff)
downloadglibc-abebb26108e8ce539babe81acb85653d19fcbc0a.tar.gz
glibc-abebb26108e8ce539babe81acb85653d19fcbc0a.tar.xz
glibc-abebb26108e8ce539babe81acb85653d19fcbc0a.zip
x86-64: Add vector exp10/exp10f to libmvec microbenchmark
Add vector exp10/exp10f and input files to libmvec microbenchmark.

libmvec-exp10-inputs:
  90% Normal random distribution
  range: (-307.0, 308.0)
  mean: 0.0
  sigma: 16.0
  10% uniform random distribution in range (-250.0, 250.0)

libmvec-exp10f-inputs:
  90% Normal random distribution
  range: (-37.0f, 38.0f)
  mean: 0.0f
  sigma: 8.0f
  10% uniform random distribution in range (-25.0f, 25.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 724ea57fb1..4a834a5ae3 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -57,6 +57,7 @@ libmvec-bench-funcs = \
   atan \
   cos \
   exp \
+  exp10 \
   exp2 \
   hypot \
   log \