diff options
author | Sayed Adel <seiko@imavr.com> | 2022-12-14 21:04:27 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2022-12-15 05:17:00 +0200 |
commit | d02fc70cb6ad43093e1c407172c7193957705b5d (patch) | |
tree | 4200eefc874bf59f65ef71dee45c37faf842c5b5 /numpy/array_api/_set_functions.py | |
parent | 5bf0e4413db20069953fe8c941ff118bb685cb46 (diff) | |
download | numpy-d02fc70cb6ad43093e1c407172c7193957705b5d.tar.gz |
ENH, SIMD: Discard non-signaling comparison intrinsics
Providing non-signaling comparison intrinsics that guarantee
no FP invalid exception in case of qNaN sounds great but it
cost unacceptable extra intrinsics on ppc64le(VSX) and x86(SSE).
Therefore, an integer definition #NPY_SIMD_CMPSIGNAL has been
provided instead to differenate between SIMD extensions
that support only supports signaling comparison.
Diffstat (limited to 'numpy/array_api/_set_functions.py')
0 files changed, 0 insertions, 0 deletions