llvm-project/libclc/generic/include/integer/popcount.h

4 lines
118 B
C

#define __CLC_FUNCTION __clc_native_popcount
#define __CLC_INTRINSIC "llvm.ctpop"
#include <integer/unary_intrin.inc>