mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 21:26:59 +08:00
amdgcn will need to override this Reviewer: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 327042
4 lines
118 B
C
4 lines
118 B
C
#define __CLC_FUNCTION __clc_native_popcount
|
|
#define __CLC_INTRINSIC "llvm.ctpop"
|
|
#include <integer/unary_intrin.inc>
|