Function vec_rl
#[target_feature(enable = "altivec")]
pub unsafe fn vec_rl<T>(a: T, b: <T as VectorRl>::Shift) -> T
where
T: VectorRl,
Vector Rotate Left
Purpose
Rotates each element of a vector left by a given number of bits.
Result value
Each element of r is obtained by rotating the corresponding element of a left by the number of bits specified by the corresponding element of b.