1.27.0[][src]Function core::arch::x86::_mm_extract_ps

pub unsafe fn _mm_extract_ps(a: __m128, imm8: i32) -> i32
This is supported on x86 and target feature sse4.1 only.

Extract a single-precision (32-bit) floating-point element from a, selected with imm8

Intel's documentation