Added findLSB tests, faster ceilPowerOfTwo

This commit is contained in:
Christophe Riccio
2014-10-27 20:47:00 +01:00
parent 031eb13341
commit 3420d691f5
6 changed files with 871 additions and 76 deletions

View File

@@ -8,10 +8,10 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/gtc/reciprocal.hpp>
#include <ctime>
int main()
{
int Error(0);
return Error;
return 0;
}