Skip to content

Commit ed41836

Browse files
Address cygwin failures
1 parent 44b6bd2 commit ed41836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/umath/loops_unary_fp.dispatch.c.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,12 +676,12 @@ clear:;
676676
NPY_NO_EXPORT void NPY_CPU_DISPATCH_CURFX(@TYPE@_@kind@)
677677
(char **args, npy_intp const *dimensions, npy_intp const *steps, void *NPY_UNUSED(func))
678678
{
679+
#if @VCHK@
679680
const char *ip = args[0];
680681
char *op = args[1];
681682
const npy_intp istep = steps[0];
682683
const npy_intp ostep = steps[1];
683684
npy_intp len = dimensions[0];
684-
#if @VCHK@
685685
const int ilsize = sizeof(npyv_lanetype_@sfx@);
686686
const int olsize = sizeof(npy_bool);
687687
const npy_intp istride = istep / ilsize;

0 commit comments

Comments
 (0)