Sign in
llvm
/
llvm-project
/
8fcb1263f42657ecbc355beff12500dfbcddee17
/
.
/
libclc
/
clc
/
lib
/
generic
/
integer
/
clc_popcount.cl
blob: 12e851c15d795988e3033f50fe4b1c5e98642b01 [
file
]
#
include
<
clc
/
internal
/
clc
.
h
>
#
define
FUNCTION __clc_popcount
#
define
__CLC_FUNCTION
(
x
)
__builtin_elementwise_popcount
#
define
__CLC_BODY
<
clc
/
shared
/
unary_def
.
inc
>
#
include
<
clc
/
integer
/
gentype
.
inc
>