uda.h (ldc-1.32.1) | : | uda.h (ldc-1.32.2) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
bool hasWeakUDA(Dsymbol *sym); | bool hasWeakUDA(Dsymbol *sym); | |||
bool hasKernelAttr(Dsymbol *sym); | bool hasKernelAttr(Dsymbol *sym); | |||
/// Must match ldc.dcompute.Compilefor + 1 == DComputeCompileFor | /// Must match ldc.dcompute.Compilefor + 1 == DComputeCompileFor | |||
enum class DComputeCompileFor : int | enum class DComputeCompileFor : int | |||
{ | { | |||
hostOnly = 0, | hostOnly = 0, | |||
deviceOnly = 1, | deviceOnly = 1, | |||
hostAndDevice = 2 | hostAndDevice = 2 | |||
}; | }; | |||
extern "C" DComputeCompileFor hasComputeAttr(Dsymbol *sym); | extern "C" DComputeCompileFor hasComputeAttr(Dsymbol *sym); | |||
bool hasNoSplitStackUDA(FuncDeclaration *fd); | ||||
unsigned getMaskFromNoSanitizeUDA(FuncDeclaration &fd); | unsigned getMaskFromNoSanitizeUDA(FuncDeclaration &fd); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |