Function _mm_reduce_min_ph
#[target_feature(enable = "avx512fp16", enable = "avx512vl")]
pub fn _mm_reduce_min_ph(a: __m128h) -> f16
Reduce the packed half-precision (16-bit) floating-point elements in a by minimum. Returns the minimum of all elements in a.