Added support for __mul24 and __umul24

此提交包含在:
Elias Konstantinidis
2016-10-02 10:07:31 +03:00
提交者 Maneesh Gupta
父節點 eb1fce0d77
當前提交 adc763f440
共有 2 個檔案被更改,包括 14 行新增0 行删除
一般檔案 → 可執行檔
+3
查看文件
@@ -430,6 +430,9 @@ __device__ unsigned int atomicInc(unsigned int* address,
__device__ unsigned int atomicDec(unsigned int* address,
unsigned int val);
//__mul24 __umul24
__device__ int __mul24(int arg1, int arg2);
__device__ unsigned int __umul24(unsigned int arg1, unsigned int arg2);
// integer intrinsic function __poc __clz __ffs __brev
__device__ unsigned int __popc( unsigned int input);