Function vec_revb

#[target_feature(enable = "vector")]
pub unsafe fn vec_revb<T: VectorRevb>(a: T) -> T

Vector Byte Reverse

Returns a vector where each vector element contains the corresponding byte-reversed vector element of the input vector.