summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/matmul.c.src
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/umath/matmul.c.src')
-rw-r--r--numpy/core/src/umath/matmul.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/matmul.c.src b/numpy/core/src/umath/matmul.c.src
index 4dd0c4759..127bb5e27 100644
--- a/numpy/core/src/umath/matmul.c.src
+++ b/numpy/core/src/umath/matmul.c.src
@@ -45,7 +45,7 @@
* 3. The slower (first) axis stride, in unit steps, must be larger than
* the faster axis dimension
*/
-static NPY_INLINE npy_bool
+static inline npy_bool
is_blasable2d(npy_intp byte_stride1, npy_intp byte_stride2,
npy_intp d1, npy_intp d2, npy_intp itemsize)
{