We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2022569 commit d6065f1Copy full SHA for d6065f1
1 file changed
lib/node_modules/@stdlib/ndarray/base/unary-accumulate/src/dispatch.c
@@ -228,11 +228,11 @@ int8_t stdlib_ndarray_unary_accumulate_dispatch( const struct ndarrayUnaryAccumu
228
struct ndarray *x1;
229
struct ndarray *x2;
230
struct ndarray *x3;
231
+ const int64_t *s1;
232
int8_t status;
233
int64_t ndims;
234
int64_t mab1;
235
int64_t mib1;
- int64_t *s1;
236
int64_t len;
237
int64_t bp1;
238
int8_t io1;
0 commit comments