algorithmica-org/algorithmica

Use `_mm256_bslli_epi128`

alantudyk opened this issue · 0 comments

_mm256_bslli_epi128 compiles to the same assembler but the name is more descriptive than _mm256_slli_si256:

x = _mm256_add_epi32(x, _mm256_slli_si256(x, 4));