diff options
-rw-r--r-- | numpy/core/src/umath/simd.inc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/simd.inc.src b/numpy/core/src/umath/simd.inc.src index b94a5a0f7..72493e308 100644 --- a/numpy/core/src/umath/simd.inc.src +++ b/numpy/core/src/umath/simd.inc.src @@ -131,7 +131,7 @@ abs_ptrdiff(char *a, char *b) * #func = exp, log# */ -static void +static NPY_INLINE void @ISA@_@func@_FLOAT(npy_float *, npy_float *, const npy_intp n); /**end repeat1**/ |