On 5/30/22 23:59, Philippe Mathieu-Daudé via wrote:

+    assert(exp10 % 3 == 0 && exp10 / 3 < ARRAY_SIZE(prefixes));

Can we add parenthesis to ease code review?
I'm not sure where... I thought about using two asserts too, but checking both % and / seems clear enough.

Paolo

Reply via email to