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