]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/Makefile
ldbl-128ibm-compat: Add tests for IBM long double functions
[thirdparty/glibc.git] / math / Makefile
index 1d203e7ad5462e39cc382faf89dee6ab0e46dbd8..84a8b94c741457a24bcb86e8e1b622a93a386c0d 100644 (file)
@@ -145,10 +145,15 @@ type-float128-yes := float128
 # _Float64x may be supported, only as an alias type.
 type-float64x-yes := float64x
 
+# IBM long double support in additional to IEEE 128 long double support
+type-ibm128-suffix := l
+type-ibm128-yes := ibm128
+
 types = $(types-basic) $(type-float128-$(float128-fcts))
 test-types = $(test-types-basic) $(type-float128-$(float128-fcts)) \
             float32 float64 $(type-float128-$(float128-alias-fcts)) \
-            float32x $(type-float64x-$(float64x-alias-fcts))
+            float32x $(type-float64x-$(float64x-alias-fcts)) \
+            $(type-ibm128-$(ibm128-fcts))
 
 # Pairs of types for which narrowing functions should be tested (this
 # variable has more entries than libm-narrow-types because it includes