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

pub unsafe fn _mm_cvtsi128_si32(a: __m128i) -> i32
This is supported on x86 and target feature sse2 only.

Return the lowest element of a.

Intel's documentation