|
inlineconstexpr |
Parameters
x
: simd value to rotateM
: position of the middle. In std::rotate(f, m, l) -> this is std::distance(f, m);Return value
Return T which is a permutation of x such that elements x[M: T::size()) come first followed by x[0:M) and the relative order in those halves is preserved.