gpt4 book ai didi

c - 用于计算位集的内核宏

转载 作者:太空宇宙 更新时间:2023-11-03 23:31:28 25 4
gpt4 key购买 nike

是否有标准的 Linux 内核位操作宏,它返回 unsigned long 中设置的位数?

最佳答案

您可以使用:

hweight_long

include/linux/bitops.h中的函数

另外,Linux 内核使用带有 GNU 扩展的 gcc 并且 gcc 还提供了这些内置函数:

Built-in Function: int __builtin_popcount (unsigned int x) Returns the number of 1-bits in x.

Built-in Function: int __builtin_popcountl (unsigned long) Similar to __builtin_popcount, except the argument type is unsigned long.

http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html

关于c - 用于计算位集的内核宏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14366069/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com