• BorisMansencal's avatar
    correct utils::nextHighestPowerOf2 · 5b92eeb2
    BorisMansencal authored
    The bit shift was done as int and not as current type (size_t for example), thus the computed next highest power of 2 was wrong on large numbers.
    5b92eeb2
StaticUtils.h 2.24 KB