Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
libclc
/
generic
/
lib
/
integer
/
popcount.cl
blob: ca83b1afaf9dabaf42d885dfa1430c38260bd84f [
file
] [
log
] [
blame
] [
edit
]
#
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
>