|
static signed char log2_4[16] = { 0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4 };
|
|
static signed char log2_4[16] = { 0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4 };
|
|
// 2 compares if n < 16, 3 compares otherwise (4 if signed or n > 1<<29)
|
|
// 2 compares if n < 16, 3 compares otherwise (4 if signed or n > 1<<29)
|