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-idouble.c | 1 - 1 file changed, 1 deletion(-) (limited to 'math/test-idouble.c') diff --git a/math/test-idouble.c b/math/test-idouble.c index fc1e8f89c1..10a3685b5e 100644 --- a/math/test-idouble.c +++ b/math/test-idouble.c @@ -21,6 +21,5 @@ #include "test-math-scalar.h" #define TEST_MSG "testing double (inline functions)\n" -#define CHOOSE(Clongdouble,Cdouble,Cfloat,Cinlinelongdouble,Cinlinedouble,Cinlinefloat) Cinlinedouble #include "libm-test.c" -- cgit v1.2.3