On 5/3/23 11:38, John Garry wrote:
+ if (!(boundary & (boundary - 1))) {
Please use is_power_of_2() instead of open-coding it. Thanks, Bart.
On 5/3/23 11:38, John Garry wrote:
+ if (!(boundary & (boundary - 1))) {
Please use is_power_of_2() instead of open-coding it. Thanks, Bart.