Trait VectorMsum

Source
pub trait VectorMsum<B, Other> {
    // Required method
    unsafe fn vec_msum(self, b: B, c: Other) -> Other;
}
🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)
Available on PowerPC or PowerPC-64 only.

Required Methods§

Source

unsafe fn vec_msum(self, b: B, c: Other) -> Other

🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)

Implementors§