From 9c665e085f092d2fd1c0c159532d94191b8e2aec Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Wed, 8 Jun 2016 14:37:15 -0500 Subject: Remove CHOOSE() macro from libm-tests.inc Use gen-libm-test.pl to generate a list of macros mapping to libm-test-ulps.h as this simplifies adding new types without having to modify a growing number of static headers each time a type is added. This also removes the final usage of the TEST_(DOUBLE|FLOAT|LDOUBLE) macros. Thus, they too are removed. --- math/test-float.h | 1 - 1 file changed, 1 deletion(-) (limited to 'math/test-float.h') diff --git a/math/test-float.h b/math/test-float.h index 4f9149f89c..e783c094c9 100644 --- a/math/test-float.h +++ b/math/test-float.h @@ -21,7 +21,6 @@ #define PRINTF_EXPR "e" #define PRINTF_XEXPR "a" #define PRINTF_NEXPR "f" -#define TEST_FLOAT 1 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) #define PREFIX FLT #define TYPE_STR "float" -- cgit v1.2.3