Function simd_reduce_mul_ordered
unsafe const fn simd_reduce_mul_ordered<T, U>(x: T, y: U) -> U
Multiplies elements within a vector from left to right.
T must be a vector of integers or floats.
U must be the element type of T.
Starting with the value y, multiply the elements of x and accumulate.