pub fn round_up_pow2_32(v: i32) -> i32
Expand description

Round an integer up to the next higher (or equal) power of 2.