Trait VectorMsums

Source
pub trait VectorMsums<Other> {
    // Required method
    unsafe fn vec_msums(self, b: Self, 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_msums(self, b: Self, c: Other) -> Other

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§