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
It's a bit more complicated in fact. Can't some conversion lea to more than 64 bytes ?
Like converting AVX512 float into AVX512 double will requires 2 registers for a total of 128 bytes.
Worst case, AVX512 char to AVX512 double will requires 8x registers for a total of 512 bytes.
This:
eve/include/eve/detail/function/simd/common/to_logical.hpp
Line 67 in c8686c4
Will run into problems very quickly
The text was updated successfully, but these errors were encountered: