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> 9
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> 9