摘要:
•int __builtin_ffs (unsigned int x) 返回x的最后一位1的是从后向前第几位,比如7368(1110011001000)返回4。 •int __builtin_clz (unsigned int x) 返回前导的0的个数。 •int __builtin_ctz (un 阅读全文
posted @ 2019-08-02 22:38
Aragaki
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号