摘要: 在GCC中内嵌了两个位运算的函数,但在VC中并没有这两个函数( 有相似函数 )。 //返回前导的0的个数。 int __builtin_clz (unsigned int x) //返回后面的0个个数,和__builtin_clz相对。 int __builtin_ctz (unsigned int... 阅读全文
posted @ 2015-12-07 14:48 cmacro 阅读(2507) 评论(5) 推荐(1) 编辑