@ -1422,7 +1422,7 @@ int stb_is_pow2(unsigned int n)
intstb_log2_floor(unsignedintn)
{
#if _MSC_VER > 1700
DWORDi;
unsignedinti;
_BitScanReverse(&i,n);
returni!=0?i:-1;
#else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.