]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86-64: Add vector sinh/sinhf to libmvec microbenchmark
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 30 Dec 2021 18:42:16 +0000 (10:42 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sun, 6 Feb 2022 20:36:00 +0000 (12:36 -0800)
commit6acc09c589b2bdeb8e670651146a098aa8429342
treec1faa6c76e2bc6c4ceb9e92368c3787a9befa716
parent049555aad4c6fd94e8cfbddbe14d571cb3ac1bb2
x86-64: Add vector sinh/sinhf to libmvec microbenchmark

Add vector sinh/sinhf and input files to libmvec microbenchmark.

libmvec-sinh-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-sinhf-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-sinh-inputs [new file with mode: 0644]
sysdeps/x86_64/fpu/libmvec-sinhf-inputs [new file with mode: 0644]