pub trait VectorMsums<Other> {
    // Required method
    unsafe fn vec_msums(self, b: Self, c: Other) -> Other;
}
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on PowerPC or PowerPC-64 only.

Required Methods§

source

unsafe fn vec_msums(self, b: Self, c: Other) -> Other

🔬This is a nightly-only experimental API. (stdsimd #48556)

Implementors§