]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - benchtests/Makefile
benchtests: Run _Float128 tests only on architectures that support it
[thirdparty/glibc.git] / benchtests / Makefile
index 3095076055f3c47e2906c606f205d46c41bc378d..922e2a94b13c4b3c0ab8d9725085e913d53526ba 100644 (file)
@@ -25,7 +25,11 @@ 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 expf128 powf128 sinf128
+             exp10f
+
+ifneq (,$(filter yes,$(float128-fcts) $(float128-alias-fcts)))
+bench-math += expf128 powf128 sinf128
+endif
 
 bench-pthread := pthread_once thread_create