#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
Go to the source code of this file.
integer binary logarithm: 0 -> 0 1 -> 1 [2,4) -> 2 [4,8) -> 3 ... Generated from function MR::intLog2.