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

8 lines
200 B
Common Lisp

#include <clc/clc.h>
#include <integer/popcount.h>
#define __CLC_FUNC popcount
#define __CLC_IMPL_FUNC __clc_native_popcount
#define __CLC_BODY "../clc_unary.inc"
#include <clc/integer/gentype.inc>