_mm_extract_ps

Extract a single-precision (32-bit) floating-point element from a, selected with imm8. Note: returns a 32-bit integer.

nothrow @nogc @trusted
int
_mm_extract_ps
(
__m128 a
,
const int imm8
)

Meta