diff options
author | Sayed Adel <seiko@imavr.com> | 2022-12-08 16:58:53 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2022-12-08 19:30:53 +0200 |
commit | bfa444d45c392678851f5c3dd5f8d3a02683447f (patch) | |
tree | ac31160f825b3eb07d9eee044bfc0bf8203e62be /numpy/array_api/tests/test_indexing_functions.py | |
parent | 0609a34aec0d2f4b0e404c84352dfb979baea3de (diff) | |
download | numpy-bfa444d45c392678851f5c3dd5f8d3a02683447f.tar.gz |
ENG, SIMD: Dispatch bool (invert, add, fmax, fmin...)
Following functions are defined by umath generator
to enable runtime dispatching without the need
to redefine them within dsipatch-able sources:
BOOL_invert, BOOL_add, BOOL_bitwise_and
BOOL_bitwise_or, BOOL_logical_xor
BOOL_bitwise_xor, BOOL_multiply
BOOL_maximum, BOOL_minimum, BOOL_fmax,
BOOL_fmin
Diffstat (limited to 'numpy/array_api/tests/test_indexing_functions.py')
0 files changed, 0 insertions, 0 deletions