diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-10-23 22:54:21 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-10-23 22:54:21 -0500 |
commit | d9bbd60d0f2896d1b1f865e6035dccb12db4b1a0 (patch) | |
tree | 520d54821327aad05914664d3e24b74366491ea3 /numpy/array_api/_statistical_functions.py | |
parent | f982384166f3fc8ab06f1fbfa42a3165e3903486 (diff) | |
download | numpy-d9bbd60d0f2896d1b1f865e6035dccb12db4b1a0.tar.gz |
BUG: Do not use nonzero fastpath on unaligned arrays
The fast-path does not handle unalgined access, previously only
bools had a fast path (and bools are by definition always aligned
since they are stored in a single byte/char).
Closes gh-19592
Diffstat (limited to 'numpy/array_api/_statistical_functions.py')
0 files changed, 0 insertions, 0 deletions