crotr8 function

int crotr8(
  1. int x,
  2. int n
)

Implementation

int crotr8(int x, int n) => rotr8(clip8(x), n);