Statically determine log2(N), rounded up.
For example: Log2<8>::VALUE // 3 Log2<3>::VALUE // 2
Static logarithm value.