[SampleProfileLoader] Fix integer overflow in generateMDProfMetadata (#90217)
[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>