MatchLib
|
Compute Celing of log2 of a constant. More...
#include <nvhls_int.h>
Public Types | |
enum | { lf = log2_floor<X>::val , val = (X == (1 << lf) ? lf : lf + 1) } |
Compute Celing of log2 of a constant.
X | Must be a constant |
Definition at line 174 of file nvhls_int.h.