template<
int X,
bool roundUp = true>
struct mgpu::sLogPow2< X, roundUp >
Definition at line 87 of file static.h.
#include <static.h>
|
enum | { extra = sIsPow2<X>::value ? 0 : (roundUp ? 1 : 0)
} |
|
enum | { inner = sLogPow2<X / 2>::inner + 1
} |
|
enum | { value = inner + extra
} |
|
template<int X, bool roundUp = true>
template<int X, bool roundUp = true>
template<int X, bool roundUp = true>
The documentation for this struct was generated from the following file:
- E:/git/nvbio/contrib/moderngpu/include/util/static.h