MeshLib C Docs
Loading...
Searching...
No Matches
MRTelemetry.h File Reference
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>

Go to the source code of this file.

Functions

MRC_API int MR_intLog2 (MR_uint64_t n)
 

Function Documentation

◆ MR_intLog2()

MRC_API int MR_intLog2 ( MR_uint64_t n)

integer binary logarithm: 0 -> 0 1 -> 1 [2,4) -> 2 [4,8) -> 3 ... Generated from function MR::intLog2.