_mm256_sllv_epi64

Shift packed 64-bit integers in a left by the amount specified by the corresponding element in count while shifting in zeroes.

nothrow @nogc pure @safe
__m256i
_mm256_sllv_epi64
(
__m256i a
,
__m256i count
)

Meta