x86-64: Add vector tan/tanf to libmvec microbenchmark

Add vector tan/tanf and input files to libmvec microbenchmark.

libmvec-tan-inputs:
  90% Normal random distribution
  range: (-DBL_MAX, DBL_MAX)
  mean: 0.0
  sigma: 5.0
  10% uniform random distribution in range (-1000.0, 1000.0)

libmvec-tanf-inputs:
  90% Normal random distribution
  range: (-FLT_MAX, FLT_MAX)
  mean: 0.0f
  sigma: 5.0f
  10% uniform random distribution in range (-1000.0f, 1000.0f)

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

View File

@ -76,6 +76,7 @@ libmvec-bench-funcs = \
pow \
sin \
sinh \
tan \
tanh \
bench-libmvec-double = \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff