mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
bench-math: Sort and put each bench per line
Sort and put each math bench per line to prepare for new math benches. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
This commit is contained in:
parent
4f690aad9e
commit
d8e7d06381
@ -21,12 +21,68 @@
|
||||
subdir := benchtests
|
||||
|
||||
include ../Makeconfig
|
||||
bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 \
|
||||
modf pow rint sin sincos sinh sqrt tan tanh fmin fmax fminf \
|
||||
fmaxf powf trunc truncf roundeven roundevenf expf exp2f logf \
|
||||
log2f sincosf sinf cosf isnan isinf isfinite hypot logb logbf \
|
||||
exp10f ilogb ilogbf cbrt erf erfc exp10 expm1 j0 j1 lgamma \
|
||||
log10 log1p tgamma y0 y1 atan2
|
||||
|
||||
bench-math := \
|
||||
acos \
|
||||
acosh \
|
||||
asin \
|
||||
asinh \
|
||||
atan \
|
||||
atan2 \
|
||||
atanh \
|
||||
cbrt \
|
||||
cos \
|
||||
cosf \
|
||||
cosh \
|
||||
erf \
|
||||
erfc \
|
||||
exp \
|
||||
exp10 \
|
||||
exp10f \
|
||||
exp2 \
|
||||
exp2f \
|
||||
expf \
|
||||
expm1 \
|
||||
fmax \
|
||||
fmaxf \
|
||||
fmin \
|
||||
fminf \
|
||||
hypot \
|
||||
ilogb \
|
||||
ilogbf \
|
||||
isfinite \
|
||||
isinf \
|
||||
isnan \
|
||||
j0 \
|
||||
j1 \
|
||||
lgamma \
|
||||
log \
|
||||
log10 \
|
||||
log1p \
|
||||
log2 \
|
||||
log2f \
|
||||
logb \
|
||||
logbf \
|
||||
logf \
|
||||
modf \
|
||||
pow \
|
||||
powf \
|
||||
rint \
|
||||
roundeven \
|
||||
roundevenf \
|
||||
sin \
|
||||
sincos \
|
||||
sincosf \
|
||||
sinf \
|
||||
sinh \
|
||||
sqrt \
|
||||
tan \
|
||||
tanh \
|
||||
tgamma \
|
||||
trunc \
|
||||
truncf \
|
||||
y0 \
|
||||
y1 \
|
||||
|
||||
ifneq (,$(filter yes,$(float96-fcts)))
|
||||
bench-math += cbrtl
|
||||
|
Loading…
Reference in New Issue
Block a user