bolt/deps/llvm-18.1.8/libclc/generic/include/integer/popcount.h

4 lines
118 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#define __CLC_FUNCTION __clc_native_popcount
#define __CLC_INTRINSIC "llvm.ctpop"
#include <integer/unary_intrin.inc>