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:22:34 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:35:16 -0800
commitb0a1107042dbca60df14e5a49c1cf59d26fb16d4 (patch)
treeaa2e396437a5a8bb639e800a91aa2972f6ff92d6 /sysdeps/x86_64/fpu/Makeconfig
parente96f25427cdac4d96d2ef7b1e508d7f4ebd5c43a (diff)
downloadglibc-b0a1107042dbca60df14e5a49c1cf59d26fb16d4.tar.gz
glibc-b0a1107042dbca60df14e5a49c1cf59d26fb16d4.tar.xz
glibc-b0a1107042dbca60df14e5a49c1cf59d26fb16d4.zip
x86-64: Add vector hypot/hypotf to libmvec microbenchmark
Add vector hypot/hypotf and input files to libmvec microbenchmark.

libmvec-hypot-inputs:
  arg1:
    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)
  arg1:
    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-hypotf-inputs:
  arg1:
    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)
  arg2:
    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 0fb3efeae9..54cd4d440f 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -57,6 +57,7 @@ libmvec-bench-funcs = \
   atan \
   cos \
   exp \
+  hypot \
   log \
   pow \
   sin \