Function vec_adde
#[target_feature(enable = "altivec")]
pub unsafe fn vec_adde<T>(a: T, b: T, c: T) -> T
where
T: VectorAdde,
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).