pub unsafe fn vec_adde<T>(a: T, b: T, c: T) -> Twhere
T: VectorAdde,
🔬This is a nightly-only experimental API. (
stdarch_powerpc
#111145)Available on (PowerPC or PowerPC-64) and target feature
altivec
and PowerPC-64 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).