I am very new to numpy (and to numba) and I am trying to speed up the following functions:
@nb.jit(\'int8(int8)\') def u8rotl1(val): bit = val & 0xf