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
for logical to non logical :
on non avx512 architectures a conversion based on .bits and conversion (and possibly minus) to the required type could be done for floating or integral destinations
on avx512 there are some very fast _mm_movm_epixx that can be used
also there could be a raw option returning allbits or nan for true, the regular call returning one
for logical to logical:
a 'logical->integral-> upgraded/downgraded integral -> logical' path for non avx512 and quite a noop for avx512
The text was updated successfully, but these errors were encountered:
for logical to non logical :
on non avx512 architectures a conversion based on .bits and conversion (and possibly minus) to the required type could be done for floating or integral destinations
on avx512 there are some very fast _mm_movm_epixx that can be used
also there could be a raw option returning allbits or nan for true, the regular call returning one
for logical to logical:
a 'logical->integral-> upgraded/downgraded integral -> logical' path for non avx512 and quite a noop for avx512
The text was updated successfully, but these errors were encountered: