pub fn extract_i32_imm_m128i<const IMM: i32>(a: m128i) -> i32
Available with target feature sse4.1 only.
Expand description

Gets the i32 lane requested. Only the lowest 2 bits are considered.