diff options
Diffstat (limited to 'math/test-float-vlen4.h')
-rw-r--r-- | math/test-float-vlen4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/test-float-vlen4.h b/math/test-float-vlen4.h index 09485bccca..eaf4b4b13e 100644 --- a/math/test-float-vlen4.h +++ b/math/test-float-vlen4.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; \ |