Updated ceilPowerOfTwo for signed int support

This commit is contained in:
Christophe Riccio
2014-10-27 23:02:47 +01:00
parent 3420d691f5
commit a88d8935be
3 changed files with 51 additions and 2 deletions

View File

@@ -526,7 +526,7 @@ namespace findMSB
int Error(0);
Error += test_findMSB();
Error += test_nlz1();
//Error += test_nlz1();
return Error;
}