_mm_extract_epi32

Extract a 32-bit integer from a, selected with imm8.

nothrow @nogc pure @trusted
int
_mm_extract_epi32
(
__m128i a
,
const int imm8
)

Meta