about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/libmvec-logf-inputs
Commit message (Collapse)AuthorAgeFilesLines
* benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay2023-03-271-4100/+0
| | | | | | | This allows other targets to use the same inputs for their own libmvec microbenchmarks without having to duplicate them in their own subdirectory. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
* x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey2021-11-241-0/+4100
Add vector log/logf and input files to libmvec microbenchmark. libmvec-log-inputs: 70% Normal random distribution range: (0.0, DBL_MAX) mean: 1.0 sigma: 50.0 30% uniform random distribution in range (0.0, DBL_MAX) libmvec-logf-inputs: 70% Normal random distribution range: (0.0f, FLT_MAX) mean: 1.0f sigma: 50.0f 30% uniform random distribution in range (0.0f, FLT_MAX) Reviewed-by: H.J. Lu <hjl.tools@gmail.com>