Function _mm_min_pd

#[target_feature(enable = "sse2")]
pub fn _mm_min_pd(a: __m128d, b: __m128d) -> __m128d

Returns a new vector with the minimum values from corresponding elements in a and b.

Intel's documentation