Trait VectorSum4s

Source
pub trait VectorSum4s<Other> {
    // Required method
    unsafe fn vec_sum4s(self, b: 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_sum4s(self, b: Other) -> Other

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

Implementors§