mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
x86-64: Add vector pow/powf to libmvec microbenchmark
Add vector pow/powf and input files to libmvec microbenchmark. libmvec-pow-inputs: arg1: 90% Normal random distribution range: (0.0, 256.0) mean: 0.0 sigma: 32.0 10% uniform random distribution in range (0.0, 256.0) arg2: 90% Normal random distribution range: (-127.0, 127.0) mean: 0.0 sigma: 16.0 10% uniform random distribution in range (-127.0, 127.0) libmvec-powf-inputs: arg1: 90% Normal random distribution range: (0.0f, 100.0f) mean: 0.0f sigma: 16.0f 10% uniform random distribution in range (0.0f, 100.0f) arg2: 90% Normal random distribution range: (-10.0f, 10.0f) mean: 0.0f sigma: 8.0f 10% uniform random distribution in range (-10.0f, 10.0f) Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
8ab8afb336
commit
6a556bac81
@ -34,6 +34,7 @@ libmvec-bench-funcs = \
|
||||
cos \
|
||||
exp \
|
||||
log \
|
||||
pow \
|
||||
|
||||
bench-libmvec-double = \
|
||||
$(addprefix double-vlen1-, $(libmvec-bench-funcs)) \
|
||||
|
4100
sysdeps/x86_64/fpu/libmvec-pow-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-pow-inputs
Normal file
File diff suppressed because it is too large
Load Diff
4100
sysdeps/x86_64/fpu/libmvec-powf-inputs
Normal file
4100
sysdeps/x86_64/fpu/libmvec-powf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user