Commits
Timothy B. Terriberry committed a16cef62255
Replace silk_CLZ functions with EC_ILOG(). In most cases these will use __builtin_clz(). In a follow-up, we should audit usage of silk_CLZ32() and convert the places where its argument must be non-zero to use EC_ILOG() directly to avoid the test for zero (which is necessary on x86).