about summary refs log tree commit diff
path: root/math/test-float-vlen8.h
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-06-08 14:37:15 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-06-08 14:37:15 -0500
commit9c665e085f092d2fd1c0c159532d94191b8e2aec (patch)
treec1603caf0e6366d2e2532c2ebd76c76c5506a890 /math/test-float-vlen8.h
parent89385134849a9a4aa66f5b2ebaedaad7d63a11db (diff)
downloadglibc-9c665e085f092d2fd1c0c159532d94191b8e2aec.tar.gz
glibc-9c665e085f092d2fd1c0c159532d94191b8e2aec.tar.xz
glibc-9c665e085f092d2fd1c0c159532d94191b8e2aec.zip
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.
Diffstat (limited to 'math/test-float-vlen8.h')
-rw-r--r--math/test-float-vlen8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/test-float-vlen8.h b/math/test-float-vlen8.h
index ce32df200a..d1e5e6e3d0 100644
--- a/math/test-float-vlen8.h
+++ b/math/test-float-vlen8.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)