about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/libmvec-erf-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 erf/erff to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+4100
Add vector erf/erff and input files to libmvec microbenchmark. libmvec-erf-inputs: 90% Normal random distribution range: (-6.0, 6.0) mean: 0.0 sigma: 1.0 10% uniform random distribution in range (-5.9, 5.9) libmvec-erff-inputs: 90% Normal random distribution range: (-4.0f, 4.0f) mean: 0.0f sigma: 1.0f 10% uniform random distribution in range (-3.9f, 3.9f) Reviewed-by: H.J. Lu <hjl.tools@gmail.com>