Trait VectorMladd

pub trait VectorMladd

Associated Types

type Result;

Required Methods

unsafe fn vec_mladd(self, b: Self, c: Self::Result) -> Self::Result

Implementors