summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/multiarray/lowlevel_strided_loops.c.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/src/multiarray/lowlevel_strided_loops.c.src b/numpy/core/src/multiarray/lowlevel_strided_loops.c.src
index bfa7ca224..b0770168f 100644
--- a/numpy/core/src/multiarray/lowlevel_strided_loops.c.src
+++ b/numpy/core/src/multiarray/lowlevel_strided_loops.c.src
@@ -532,7 +532,7 @@ NPY_NO_EXPORT PyArray_StridedUnaryOp *
/**end repeat1**/
}
- return &_strided_to_strided;
+ return &_swap@tag@_strided_to_strided;
}
else {
switch (itemsize) {
@@ -580,7 +580,7 @@ NPY_NO_EXPORT PyArray_StridedUnaryOp *
}
}
- return &_strided_to_strided;
+ return &_swap@tag@_strided_to_strided;
}
/* general dst */
else {
@@ -597,7 +597,7 @@ NPY_NO_EXPORT PyArray_StridedUnaryOp *
/**end repeat1**/
}
- return &_strided_to_strided;
+ return &_swap@tag@_strided_to_strided;
}
/* general src */
else {