Function simd_mul
pub const unsafe fn simd_mul<T>(x: T, y: T) -> T
Multiplies two simd vectors elementwise.
T must be a vector of integers or floats.
For integers, wrapping arithmetic is used.
simd_mulpub const unsafe fn simd_mul<T>(x: T, y: T) -> T
Multiplies two simd vectors elementwise.
T must be a vector of integers or floats.
For integers, wrapping arithmetic is used.