mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
x86-64: Add vector acosh/acoshf to libmvec microbenchmark
Add vector acosh/acoshf and input files to libmvec microbenchmark. libmvec-acosh-inputs: 90% Normal random distribution range: (1.0, DBL_MAX) mean: 1.0 sigma: 8.0 10% uniform random distribution in range (1.0, 1.0e6) libmvec-acoshf-inputs: 90% Normal random distribution range: (1.0f, FLT_MAX) mean: 1.0f sigma: 4.0f 10% uniform random distribution in range (1.0f, 1.0e6f) Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
0050c9a45d
commit
157bdb5f89
@ -53,6 +53,7 @@ libmvec-funcs = \
|
||||
# Define libmvec function for benchtests directory.
|
||||
libmvec-bench-funcs = \
|
||||
acos \
|
||||
acosh \
|
||||
asin \
|
||||
atan \
|
||||
atan2 \
|
||||
|
4100
sysdeps/x86_64/fpu/libmvec-acosh-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-acosh-inputs
Normal file
File diff suppressed because it is too large
Load Diff
4100
sysdeps/x86_64/fpu/libmvec-acoshf-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-acoshf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user