[TRITON][LANG] Added support for bitcast
This commit is contained in:
committed by
Philippe Tillet
parent
7a40077bfd
commit
d22cf4f717
@@ -283,6 +283,15 @@ extern int get_num_programs(int);
|
||||
extern float sqrtf(float);
|
||||
extern int select(bool, int, int);
|
||||
extern char __constant__ * calloc(int);
|
||||
|
||||
typedef unsigned char uint8;
|
||||
typedef unsigned short uint16;
|
||||
typedef unsigned int uint32;
|
||||
typedef unsigned long uint64;
|
||||
typedef char int8;
|
||||
typedef short int16;
|
||||
typedef int int32;
|
||||
typedef long int64;
|
||||
)";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user