Function spirv_std::arch::i_mul_vector[][src]

pub fn i_mul_vector<I, V, const LEN: usize>(x: V, y: V) -> V where
    I: Integer,
    V: Vector<I, LEN>, 

Integer multiplication of x and y. Results are computed per component.

Safety

The resulting value is undefined if the computation would result in underflow.