vec_adde in core::arch::powerpc - Rust (original) (raw)

core::arch::powerpc

Function vec_adde

Source

pub unsafe fn vec_adde<T>(a: T, b: T, c: T) -> T

where
    T: VectorAdde,

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

Available on (PowerPC or PowerPC-64) and target feature altivec and PowerPC only.

Expand description

Vector Add Extended

§Result value

The value of each element of r is produced by adding the corresponding elements of a and b with a carry specified in the corresponding element of c (1 if there is a carry, 0 otherwise).