[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / include / integer / popcount.h
blob00c753753bb4e0504a52297ac8ecfcbc56e146eb
1 #define __CLC_FUNCTION __clc_native_popcount
2 #define __CLC_INTRINSIC "llvm.ctpop"
3 #include <integer/unary_intrin.inc>