mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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
|
||||
|
1004
benchtests/cbrtl-inputs
Normal file
1004
benchtests/cbrtl-inputs
Normal file
File diff suppressed because it is too large
Load Diff
3
sysdeps/ieee754/ldbl-96/Makeconfig
Normal file
3
sysdeps/ieee754/ldbl-96/Makeconfig
Normal file
@ -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
Block a user