Function _mm256_reduce_min_ph

#[target_feature(enable = "avx512fp16", enable = "avx512vl")]
pub fn _mm256_reduce_min_ph(a: __m256h) -> f16

Reduce the packed half-precision (16-bit) floating-point elements in a by minimum. Returns the minimum of all elements in a.

Intel's documentation