_mm_alignr_epi8

Concatenate 16-byte blocks in a and b into a 32-byte temporary result, shift the result right by count bytes, and return the low 16 bytes.

nothrow @nogc @trusted
__m128i
_mm_alignr_epi8
(
ubyte count
)
(
__m128i a
,
__m128i b
)

Meta