diff options
author | Sayed Adel <seiko@imavr.com> | 2022-09-16 01:06:19 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2022-09-17 21:48:43 +0200 |
commit | a64320839f2dc9988c9fbf043f62a5212bba33d4 (patch) | |
tree | ba40e56170f6ea507b6c6bc97dac5b44497d4491 /numpy/array_api/tests | |
parent | d71275f6ad9d8bfa2fa991523f872aa5ad98e584 (diff) | |
download | numpy-a64320839f2dc9988c9fbf043f62a5212bba33d4.tar.gz |
ENH, SIMD: Implement new universal intrinsic for max/min operations
max/min that reverse IEC 60559's NaN beahvior(propagates NaNs) for float data types
npyv_maxn_##SFX
npyv_minn_##SFX
max/min reduction for all float and integer vector data types
npyv_reduce_max_##SFX
npyv_reduce_min_##SFX
max/min reduction supports IEC 60559 for float data types
npyv_reduce_maxp_##SFX
npyv_reduce_minp_##SFX
max/min reduction reverse IEC 60559's NaN beahvior(propagates NaNs) for float data types
npyv_reduce_maxn_##SFX
npyv_reduce_minn_##SFX
also, this patch implements new intrinsics to extract the first vector lane:
npyv_extract0_##SFX
npyv_extract0_##SFX
Diffstat (limited to 'numpy/array_api/tests')
0 files changed, 0 insertions, 0 deletions