On 10/27/21 18:18, Arjan van de Ven wrote:
> + /*
> + * Special case each of the possible base values (8, 10, 16) to
> avoid an
> + * expensive divide operation
> + * (the compiler will use a multiply, shift or boolean ops for this)
> + */
Was 'boolean' the intended word there? To me it is distinct from 'bitwise'.
Regards,
-Chap