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