
amdgcn will need to override this Reviewer: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 327042
9 lines
200 B
Common Lisp
9 lines
200 B
Common Lisp
#include <clc/clc.h>
|
|
#include <integer/popcount.h>
|
|
|
|
#define __CLC_FUNC popcount
|
|
#define __CLC_IMPL_FUNC __clc_native_popcount
|
|
|
|
#define __CLC_BODY "../clc_unary.inc"
|
|
#include <clc/integer/gentype.inc>
|