Function _mm_cvtsi128_si64x

#[target_feature(enable = "sse2")]
pub const fn _mm_cvtsi128_si64x(a: __m128i) -> i64

Returns the lowest element of a.

Intel's documentation