_mm256_extract_epi32

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

nothrow @nogc pure @trusted
int
_mm256_extract_epi32
(
__m256i a
,
const int imm8
)

Meta