Tested the ctz and clz shim functions

Their values match the GCC builtins for all
4,294,967,295 nonzero inputs.
This commit is contained in:
Rangi
2021-04-26 12:17:34 -04:00
parent 43cf20b155
commit 1949a61c6f

View File

@@ -59,7 +59,6 @@
}
#else
// FIXME: these are rarely used, and need testing...
#include <limits.h>
static inline int ctz(unsigned int x)
{