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:26:23 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:35:34 -0800
commitb0e4360778beb40f2a1af7cde51f5de602116e62 (patch)
tree02a07bb39e00b3028e141f3fd8a94fb98d114e92 /sysdeps/x86_64/fpu/Makeconfig
parentb0a1107042dbca60df14e5a49c1cf59d26fb16d4 (diff)
downloadglibc-b0e4360778beb40f2a1af7cde51f5de602116e62.tar.gz
glibc-b0e4360778beb40f2a1af7cde51f5de602116e62.tar.xz
glibc-b0e4360778beb40f2a1af7cde51f5de602116e62.zip
x86-64: Add vector exp2/exp2f to libmvec microbenchmark
Add vector exp2/exp2f and input files to libmvec microbenchmark.

libmvec-exp2-inputs:
  90% Normal random distribution
  range: (-1022.0, 1024.0)
  mean: 0.0
  sigma: 16.0
  10% uniform random distribution in range (-1000.0, 1000.0)

libmvec-exp2f-inputs:
  90% Normal random distribution
  range: (-126.0f, 128.0f)
  mean: 0.0f
  sigma: 8.0f
  10% uniform random distribution in range (-100.0f, 100.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 54cd4d440f..724ea57fb1 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -57,6 +57,7 @@ libmvec-bench-funcs = \
   atan \
   cos \
   exp \
+  exp2 \
   hypot \
   log \
   pow \