On 08/04/2016 06:33 PM, Rajalakshmi Srinivasaraghavan wrote:
+#define ctzb(v) ((v) ? ctz32((uint32_t)(v)) : 8) +#define ctzh(v) ((v) ? ctz32((uint32_t)(v)) : 16)
You don't need these casts. Otherwise, Reviewed-by: Richard Henderson <r...@twiddle.net> r~