mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 19:53:32 +08:00
x86-64: Add vector cosh/coshf to libmvec microbenchmark
Add vector cosh/coshf and input files to libmvec microbenchmark. libmvec-cosh-inputs: 90% Normal random distribution range: (-710.0, 710.0) mean: 0.0 sigma: 32.0 10% uniform random distribution in range (-500.0, 500.0) libmvec-coshf-inputs: 90% Normal random distribution range: (-89.0f, 89.0f) mean: 0.0f sigma: 16.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:
parent
abebb26108
commit
54cf4f31fe
@ -56,6 +56,7 @@ libmvec-bench-funcs = \
|
||||
asin \
|
||||
atan \
|
||||
cos \
|
||||
cosh \
|
||||
exp \
|
||||
exp10 \
|
||||
exp2 \
|
||||
|
4100
sysdeps/x86_64/fpu/libmvec-cosh-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-cosh-inputs
Normal file
File diff suppressed because it is too large
Load Diff
4100
sysdeps/x86_64/fpu/libmvec-coshf-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-coshf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user