1 #undef popcount 2 #define popcount __clc_popcount 3 4 #define __CLC_FUNCTION __clc_popcount 5 #define __CLC_INTRINSIC "llvm.ctpop" 6 #include <clc/integer/unary_intrin.inc> 7
1 #undef popcount 2 #define popcount __clc_popcount 3 4 #define __CLC_FUNCTION __clc_popcount 5 #define __CLC_INTRINSIC "llvm.ctpop" 6 #include <clc/integer/unary_intrin.inc> 7