mirror of git://sourceware.org/git/glibc.git
add workload traces for cbrtl
These workload traces cover the whole "long double" range. This patch was prepared with the help of Adhemerval Zanella. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
parent
732139dabe
commit
8d0985b055
|
@ -28,6 +28,10 @@ bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 \
|
|||
exp10f ilogb ilogbf cbrt erf erfc exp10 expm1 j0 j1 lgamma \
|
||||
log10 log1p tgamma y0 y1 atan2
|
||||
|
||||
ifneq (,$(filter yes,$(float96-fcts)))
|
||||
bench-math += cbrtl
|
||||
endif
|
||||
|
||||
ifneq (,$(filter yes,$(float128-fcts) $(float128-alias-fcts)))
|
||||
bench-math += expf128 powf128 sinf128 ilogbf128
|
||||
endif
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,3 @@
|
|||
# Include this earlier so it can be used earlier in Makefiles,
|
||||
# and sysdep/ makefiles.
|
||||
float96-fcts = yes
|
Loading…
Reference in New Issue