aboutsummaryrefslogtreecommitdiff
path: root/math/test-math-vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-math-vector.h')
-rw-r--r--math/test-math-vector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/test-math-vector.h b/math/test-math-vector.h
index 8a9ae9c..424fef6 100644
--- a/math/test-math-vector.h
+++ b/math/test-math-vector.h
@@ -25,6 +25,7 @@
#define CONCAT(a, b) CNCT (a, b)
#define WRAPPER_NAME(function) CONCAT (function, VEC_SUFF)
+#define FUNC_TEST(function) WRAPPER_NAME (FUNC (function))
/* This macro is used in VECTOR_WRAPPER macros for vector tests. */
#define TEST_VEC_LOOP(vec, len) \
@@ -51,7 +52,7 @@
} \
while (0)
-#define WRAPPER_DECL(function) extern FLOAT function (FLOAT);
+#define WRAPPER_DECL_f(function) extern FLOAT function (FLOAT);
#define WRAPPER_DECL_ff(function) extern FLOAT function (FLOAT, FLOAT);
#define WRAPPER_DECL_fFF(function) extern void function (FLOAT, FLOAT *, FLOAT *);