]> sourceware.org Git - glibc.git/commit
x86-64: Add vector hypot/hypotf to libmvec microbenchmark
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 30 Dec 2021 18:22:34 +0000 (10:22 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sun, 6 Feb 2022 20:35:16 +0000 (12:35 -0800)
commitb0a1107042dbca60df14e5a49c1cf59d26fb16d4
treeaa2e396437a5a8bb639e800a91aa2972f6ff92d6
parente96f25427cdac4d96d2ef7b1e508d7f4ebd5c43a
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>
sysdeps/x86_64/fpu/Makeconfig
sysdeps/x86_64/fpu/libmvec-hypot-inputs [new file with mode: 0644]
sysdeps/x86_64/fpu/libmvec-hypotf-inputs [new file with mode: 0644]
This page took 0.046879 seconds and 5 git commands to generate.