mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
benchtests: Add fmod benchmark
Add three different dataset, from random floating point numbers: 1. Subnormals: 128 inputs. 2. Normal numbers with large exponent difference (|x/y| > 2^52): 1024 inputs between DBL_MIN and DBL_MAX; 3. Close exponents (ey >= -907 and |x/y| < 2^52): 1024 inputs with exponents between -10 and 10. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
parent
743113d42e
commit
3ba0c9593f
@ -48,6 +48,7 @@ bench-math := \
|
|||||||
fmaxf \
|
fmaxf \
|
||||||
fmin \
|
fmin \
|
||||||
fminf \
|
fminf \
|
||||||
|
fmod \
|
||||||
hypot \
|
hypot \
|
||||||
hypotf \
|
hypotf \
|
||||||
ilogb \
|
ilogb \
|
||||||
|
2182
benchtests/fmod-inputs
Normal file
2182
benchtests/fmod-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user