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>
This commit is contained in:
Sunil K Pandey 2021-12-30 11:07:55 -08:00
parent 171817d8c0
commit 0050c9a45d
3 changed files with 8201 additions and 0 deletions

View File

@ -56,6 +56,7 @@ libmvec-bench-funcs = \
asin \
atan \
atan2 \
atanh \
cbrt \
cos \
cosh \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff