mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-27 05:00:15 +00:00
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:
parent
475ed201c2
commit
b263a0155e
@ -74,6 +74,7 @@ libmvec-bench-funcs = \
|
||||
pow \
|
||||
sin \
|
||||
sinh \
|
||||
tanh \
|
||||
|
||||
bench-libmvec-double = \
|
||||
$(addprefix double-vlen1-, $(libmvec-bench-funcs)) \
|
||||
|
4100
sysdeps/x86_64/fpu/libmvec-tanh-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-tanh-inputs
Normal file
File diff suppressed because it is too large
Load Diff
4100
sysdeps/x86_64/fpu/libmvec-tanhf-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-tanhf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user