Hi Michael,

could you replace

+  if (shift<  0 || shift>= len)

by

> +  if (unlikely(shift<  0 || shift>= len))

?  This could save a few more cycles.

        Thomas

Reply via email to