Function _mm512_reduce_mul_ph

#[target_feature(enable = "avx512fp16")]
pub const fn _mm512_reduce_mul_ph(a: __m512h) -> f16

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

Intel's documentation