_mm_alignr_pi8

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

nothrow @nogc @trusted
__m64
_mm_alignr_pi8
(
ubyte count
)
(
__m64 a
,
__m64 b
)

Meta