bolt/deps/llvm-18.1.8/libclc/generic/include/integer/popcount.h
2025-02-14 19:21:04 +01:00

3 lines
118 B
C

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