Function vec_rli

Source
pub unsafe fn vec_rli<T>(a: T, bits: c_ulong) -> T
where T: VectorRli,
🔬This is a nightly-only experimental API. (stdarch_s390x #135681)
Available on s390x and target feature vector only.
Expand description

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.