mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-15 16:16:10 +00:00
Add ceilingPowerOf2
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Math
|
||||
float fastCosR(float val);
|
||||
float fastSinR(float val);
|
||||
int floorPowerOfTwo(int x);
|
||||
int ceilingPowerOfTwo(int x);
|
||||
|
||||
template <class T>
|
||||
inline int PopCount(T x)
|
||||
|
||||
Reference in New Issue
Block a user