x86-64: Add vector tanh/tanhf to libmvec microbenchmark
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 30 Dec 2021 19:21:36 +0000 (11:21 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sun, 6 Feb 2022 20:36:56 +0000 (12:36 -0800)
commitb263a0155e4eae45572322f5028665fba3e4240b
tree6ed115f9718002c1509010181c207f7428412e5e
parent475ed201c26b392df895442f14189eaf6bd89931
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>
sysdeps/x86_64/fpu/Makeconfig
sysdeps/x86_64/fpu/libmvec-tanh-inputs [new file with mode: 0644]
sysdeps/x86_64/fpu/libmvec-tanhf-inputs [new file with mode: 0644]