x86-64: Add vector atanh/atanhf to libmvec microbenchmark
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 30 Dec 2021 19:07:55 +0000 (11:07 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sun, 6 Feb 2022 20:36:41 +0000 (12:36 -0800)
commit0050c9a45d5ff8361528509e2c09037fe796bb04
tree3e24fe8e42a2e51ae1a2d0da24f97db5c1873ff2
parent171817d8c040159c32eb8c204c2bc31625c49539
x86-64: Add vector atanh/atanhf to libmvec microbenchmark

Add vector atanh/atanhf and input files to libmvec microbenchmark.

libmvec-atanh-inputs:
  90% Normal random distribution
  range: (-1.0, 1.0)
  mean: 0.0
  sigma: 1.0
  10% uniform random distribution in range (-1.0, 1.0)

libmvec-atanhf-inputs:
  90% Normal random distribution
  range: (-1.0f, 1.0f)
  mean: 0.0f
  sigma: 1.0f
  10% uniform random distribution in range (-1.0f, 1.0f)

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86_64/fpu/Makeconfig
sysdeps/x86_64/fpu/libmvec-atanh-inputs [new file with mode: 0644]
sysdeps/x86_64/fpu/libmvec-atanhf-inputs [new file with mode: 0644]