x86-64: Add vector tanh/tanhf to libmvec microbenchmark

Add vector tanh/tanhf and input files to libmvec microbenchmark.

libmvec-tanh-inputs:
  90% Normal random distribution
  range: (-19.0, 19.0)
  mean: 0.0
  sigma: 2.0
  10% uniform random distribution in range (-16.0, 16.0)

libmvec-tanhf-inputs:
  90% Normal random distribution
  range: (-10.0f, 10.0f)
  mean: 0.0f
  sigma: 2.0f
  10% uniform random distribution in range (-8.0f, 8.0f)

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

View File

@ -74,6 +74,7 @@ libmvec-bench-funcs = \
pow \
sin \
sinh \
tanh \
bench-libmvec-double = \
$(addprefix double-vlen1-, $(libmvec-bench-funcs)) \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff