1.27.0[][src]Function core_arch::x86_64::_mm_extract_ps

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

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

Intel's documentation