Function spirv_std::arch::f_sub_vector[][src]

pub fn f_sub_vector<F, V, const LEN: usize>(x: V, y: V) -> V where
    F: Float,
    V: Vector<F, LEN>, 

Floating-point subtract of x from y. Results are computed per component.