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:46:23 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:36:06 -0800
commitfec48238b287b6cb61c11ee3f3631a1745cae305 (patch)
treea62fb5607e2de42e3430f3fe8cd3b7995a72db4b /sysdeps/x86_64/fpu/Makeconfig
parent6acc09c589b2bdeb8e670651146a098aa8429342 (diff)
downloadglibc-fec48238b287b6cb61c11ee3f3631a1745cae305.tar.gz
glibc-fec48238b287b6cb61c11ee3f3631a1745cae305.tar.xz
glibc-fec48238b287b6cb61c11ee3f3631a1745cae305.zip
x86-64: Add vector cbrt/cbrtf to libmvec microbenchmark
Add vector cbrt/cbrtf and input files to libmvec microbenchmark.

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

libmvec-cbrtf-inputs:
  90% Normal random distribution
  range: (-FLT_MAX, FLT_MAX)
  mean: 0.0f
  sigma: 10.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 be39a13470..221970452a 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -55,6 +55,7 @@ libmvec-bench-funcs = \
   acos \
   asin \
   atan \
+  cbrt \
   cos \
   cosh \
   exp \