]> sourceware.org Git - glibc.git/commit
x86-64: Add vector cosh/coshf to libmvec microbenchmark
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 30 Dec 2021 18:34:12 +0000 (10:34 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sun, 6 Feb 2022 20:35:49 +0000 (12:35 -0800)
commit54cf4f31fe432e45e9e5fcd561f6d3f7e28430e2
tree5c5983bf5135758dfad78687c26f17c24c493267
parentabebb26108e8ce539babe81acb85653d19fcbc0a
x86-64: Add vector cosh/coshf to libmvec microbenchmark

Add vector cosh/coshf and input files to libmvec microbenchmark.

libmvec-cosh-inputs:
  90% Normal random distribution
  range: (-710.0, 710.0)
  mean: 0.0
  sigma: 32.0
  10% uniform random distribution in range (-500.0, 500.0)

libmvec-coshf-inputs:
  90% Normal random distribution
  range: (-89.0f, 89.0f)
  mean: 0.0f
  sigma: 16.0f
  10% uniform random distribution in range (-50.0f, 50.0f)

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86_64/fpu/Makeconfig
sysdeps/x86_64/fpu/libmvec-cosh-inputs [new file with mode: 0644]
sysdeps/x86_64/fpu/libmvec-coshf-inputs [new file with mode: 0644]
This page took 0.043833 seconds and 5 git commands to generate.