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-vlen16.h | 1 - 1 file changed, 1 deletion(-) (limited to 'math/test-float-vlen16.h') diff --git a/math/test-float-vlen16.h b/math/test-float-vlen16.h index a2db3a5..d31336a 100644 --- a/math/test-float-vlen16.h +++ b/math/test-float-vlen16.h @@ -21,7 +21,6 @@ #include "test-math-vector.h" #define TEST_MSG "testing float vector math (without inline functions)\n" -#define CHOOSE(Clongdouble,Cdouble,Cfloat,Cinlinelongdouble,Cinlinedouble,Cinlinefloat) Cfloat #define EXCEPTION_TESTS_float 0 #define ROUNDING_TESTS_float(MODE) ((MODE) == FE_TONEAREST) -- cgit v1.1