diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-12-21 12:54:11 +0100 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-12-21 13:38:11 +0100 |
commit | c3cc6814ed47623bc9d2303922c99177ed1e2bc1 (patch) | |
tree | 2be677b7b9554712902f1f0d2d6f64a683fe2f12 /numpy/array_api/tests/test_array_object.py | |
parent | 0d1bb8e42228776dc8d35bdcfacf2ff3af366ade (diff) | |
download | numpy-c3cc6814ed47623bc9d2303922c99177ed1e2bc1.tar.gz |
BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow`
It seems on raspian arm with clang 13 `__builtin_mul_overflow` is
defined for `int` but doesn't work for `ptrdiff_t` (and maybe others).
This checks for `ptrdiff_t` instead of int, which was reported to
work-around the issue.
Closes gh-22811
Diffstat (limited to 'numpy/array_api/tests/test_array_object.py')
0 files changed, 0 insertions, 0 deletions