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
The following conversions lead to compile errors with AVX512. The errors are all like the foloowing, but with the corresponding types.
error: no member named 'apply' in 'tsl::functors::convert_up<tsl::simd<unsigned int, tsl::avx512>,
tsl::simd<unsigned long, tsl::avx512>,
tsl::workaround>'
uint16_t --> uint32_t
uint16_t --> uint64_t
uint32_t --> uint64_t
The text was updated successfully, but these errors were encountered:
The following conversions lead to compile errors with AVX512. The errors are all like the foloowing, but with the corresponding types.
uint16_t --> uint32_t
uint16_t --> uint64_t
uint32_t --> uint64_t
The text was updated successfully, but these errors were encountered: