49 for (
int i = 4;
i >= 0; --
i) {
50 unsigned bits = 1ull <<
i;
51 unsigned shift = value >= (1 << bits) ? bits : 0;
Header that is included in every other header.
#define INLINE
Definition global.h:240
#define MAX_TILES_PER_DIM
Definition global.h:232
static unsigned kvz_math_floor_log2(unsigned value)
Definition kvz_math.h:43
static unsigned kvz_math_ceil_log2(unsigned value)
Definition kvz_math.h:59