diff options
author | ganesh-k13 <ganesh3597@gmail.com> | 2022-06-12 10:52:33 +0530 |
---|---|---|
committer | ganesh-k13 <ganesh3597@gmail.com> | 2022-07-01 09:50:24 +0530 |
commit | b55b345cf5c58281d54275aa27ce06f7f31c3236 (patch) | |
tree | e347df566940de8f8cf1b70ce9c421d5ab4f3b28 /numpy/array_api/tests | |
parent | b0b523ec0980e46ca735ce96c7c976c4fdd28424 (diff) | |
download | numpy-b55b345cf5c58281d54275aa27ce06f7f31c3236.tar.gz |
BUG, SIMD: Handle overflow errors
Overflows for remainder/divmod/fmod
* If a types minimum value is divided by -1, an overflow will be raised
and result will be set to minimum
* Handle overflow and return 0 in case of mod related operations
Diffstat (limited to 'numpy/array_api/tests')
0 files changed, 0 insertions, 0 deletions