diff options
author | Sayed Adel <seiko@imavr.com> | 2020-09-15 16:06:14 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2020-10-27 11:46:58 +0000 |
commit | 7d125fb70cb149207171b7181312f9679dd4d451 (patch) | |
tree | 8c6cbd3b0dd140160d96b98794f3284857681c82 /numpy/array_api/_array_object.py | |
parent | e19f7a8cfe59226fed6cc7a7da9e881218364d49 (diff) | |
download | numpy-7d125fb70cb149207171b7181312f9679dd4d451.tar.gz |
MAINT, TST: Serveral imporvments to _SIMD module
- use plain variables
- clean up aligned allocate
- use `PyArg_ParseTuple` for empty args
- use `Py_ssize_t` instead of `unsigned` and `size_t`
- improve coding style
- no need for a custom raises assertions
- use parametrize instead of inner loops
- leave a comment about nature of mode testing unit
- shift to get max/min of int72
- add more info to repr of vector object
- get ride of exec() and use type() instead
- use `.inc` as extension for sub-headers instead of `.h`
- add `FMA4` and drop `SSE41` from _SIMD targets
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions