Function vec_rli

#[target_feature(enable = "vector")]
pub unsafe fn vec_rli<T: VectorRli>(a: T, bits: c_ulong) -> T

Vector Element Rotate Left Immediate

Rotates each element of a vector left by a given number of bits. Each element of the result is obtained by rotating the corresponding element of a left by the number of bits specified by b, modulo the number of bits in the element.