Function simd_mul
unsafe const fn simd_mul<T>(x: T, y: T) -> T
Multiplies two simd vectors elementwise.
T must be a vector of integers or floats.
simd_mulunsafe const fn simd_mul<T>(x: T, y: T) -> T
Multiplies two simd vectors elementwise.
T must be a vector of integers or floats.