x86-64: Add vector expm1/expm1f to libmvec microbenchmark

Add vector expm1/expm1f and input files to libmvec microbenchmark.

libmvec-expm1-inputs:
  90% Normal random distribution
  range: (-708.0, 709.0)
  mean: 0.0
  sigma: 16.0
  10% uniform random distribution in range (-500.0, 500.0)

libmvec-expm1f-inputs:
  90% Normal random distribution
  range: (-87.0f, 88.0f)
  mean: 0.0f
  sigma: 8.0f
  10% uniform random distribution in range (-50.0f, 50.0f)

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
Sunil K Pandey 2021-12-30 10:38:12 -08:00
parent 54cf4f31fe
commit 049555aad4
3 changed files with 8201 additions and 0 deletions

View File

@ -60,6 +60,7 @@ libmvec-bench-funcs = \
exp \
exp10 \
exp2 \
expm1 \
hypot \
log \
pow \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff