x86-64: Add vector asinh/asinhf to libmvec microbenchmark

Add vector asinh/asinhf and input files to libmvec microbenchmark.

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

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

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
Sunil K Pandey 2021-12-30 11:26:16 -08:00
parent b263a0155e
commit bef2d0ec25
3 changed files with 8201 additions and 0 deletions

View File

@ -55,6 +55,7 @@ libmvec-bench-funcs = \
acos \
acosh \
asin \
asinh \
atan \
atan2 \
atanh \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff