Function _mm256_reduce_add_ph

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

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

Intel's documentation