bitops: add ilog2()
This commit is contained in:
parent
5387c2cdb7
commit
7be9d0f049
3 changed files with 15 additions and 0 deletions
3
include/bitops.h
Normal file
3
include/bitops.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
unsigned ilog2(unsigned n);
|
Loading…
Add table
Add a link
Reference in a new issue