about summary refs log tree commit diff
path: root/math/test-float-vlen16.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-float-vlen16.h')
-rw-r--r--math/test-float-vlen16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/test-float-vlen16.h b/math/test-float-vlen16.h
index 5c0a7a484f..008e15ea13 100644
--- a/math/test-float-vlen16.h
+++ b/math/test-float-vlen16.h
@@ -58,8 +58,8 @@ FLOAT scalar_func (FLOAT x)			\
 }
 
 // Wrapper from scalar 2 argument function to vector one.
-#define VECTOR_WRAPPER_ff(scalar_func, vector_func) \
-extern VEC_TYPE vector_func (VEC_TYPE);		\
+#define VECTOR_WRAPPER_ff(scalar_func, vector_func) 	\
+extern VEC_TYPE vector_func (VEC_TYPE, VEC_TYPE);	\
 FLOAT scalar_func (FLOAT x, FLOAT y)		\
 {						\
   int i;					\