[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libclc / generic / lib / integer / popcount.cl
blobca83b1afaf9dabaf42d885dfa1430c38260bd84f
1 #include <clc/clc.h>
2 #include <integer/popcount.h>
4 #define __CLC_FUNC popcount
5 #define __CLC_IMPL_FUNC __clc_native_popcount
7 #define __CLC_BODY "../clc_unary.inc"
8 #include <clc/integer/gentype.inc>