repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
libclc
/
generic
/
lib
/
integer
/
popcount.cl
blob
ca83b1afaf9dabaf42d885dfa1430c38260bd84f
1
#
include
<
clc
/
clc.h
>
2
#
include
<
integer
/
popcount.h
>
3
4
#
define __CLC_FUNC popcount
5
#
define __CLC_IMPL_FUNC __clc_native_popcount
6
7
#
define __CLC_BODY
"../clc_unary.inc"
8
#
include
<
clc
/
integer
/
gentype.inc
>