diff options
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 4bc702a275..1530939a8c 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -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 |