diff options
author | HowJMay <yuanyanghau@gmail.com> | 2021-08-24 11:10:58 +0800 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2021-11-01 18:45:55 +0200 |
commit | 4149a37f99f259d61ebf8dbdc18366a560139d21 (patch) | |
tree | 64e5707e17fff72a6f2a139657521d9578c0d6f2 /numpy/array_api/_array_object.py | |
parent | fa397e9d9a821a178ad620b28bb334b800d2c93d (diff) | |
download | numpy-4149a37f99f259d61ebf8dbdc18366a560139d21.tar.gz |
ENH: Add conversion for 512bit intrin to 256bit intrin
512-bits intrinsics sometimes not exist in some operations. We can
construct the 512-bits intrinsics with two 256-bits intrinsics.
Therfore, NPYV_IMPL_AVX512_FROM_AVX2_PS_1ARG and
NPYV_IMPL_AVX512_FROM_AVX2_PD_1ARG are added. And the error in
npyv512_combine_ps256 has been fixed too.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions