You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments