On 03/05/2023 19:49, Bart Van Assche wrote: > On 5/3/23 11:38, John Garry wrote: >> + if (!(boundary & (boundary - 1))) { > > Please use is_power_of_2() instead of open-coding it. Sure, that can be changed, thanks