The OpenD Programming Language

_mm256_alignr_epi8

Concatenate pairs of 16-byte blocks in a and b into a 32-byte temporary result, shift the result right by imm8 bytes, and return the low 16 bytes of that in each lane.

nothrow @nogc pure @trusted
__m256i
_mm256_alignr_epi8
(
ubyte count
)
(
__m256i a
,
__m256i b
)

Meta