mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
benchtests: Add fmodf benchmark
1. Subnormals: 128 inputs. 2. Normal numbers with large exponent difference (|x/y| > 2^8): 1024 inputs between FLT_MIN and FLT_MAX; 3. Close exponents (ey >= -103 and |x/y| < 2^8): 1024 inputs with exponents between -10 and 10. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
parent
3ba0c9593f
commit
5c11701c51
2 changed files with 2183 additions and 0 deletions
|
@ -49,6 +49,7 @@ bench-math := \
|
|||
fmin \
|
||||
fminf \
|
||||
fmod \
|
||||
fmodf \
|
||||
hypot \
|
||||
hypotf \
|
||||
ilogb \
|
||||
|
|
2182
benchtests/fmodf-inputs
Normal file
2182
benchtests/fmodf-inputs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue