SCM Repository
Diff of /branches/pure-cfg/src/compiler/c-target/runtime-names.sml
Parent Directory
|
Revision Log
|
Patch
revision 572, Tue Mar 1 15:34:03 2011 UTC | revision 573, Thu Mar 3 17:43:19 2011 UTC | |
---|---|---|
# | Line 70 | Line 70 |
70 | val toImageSpace = addVecSuffix "Diderot_ToImageSpace" | val toImageSpace = addVecSuffix "Diderot_ToImageSpace" |
71 | val inside = addVecSuffix "Diderot_Inside" | val inside = addVecSuffix "Diderot_Inside" |
72 | fun loadImage dim = concat["Diderot_LoadImage", Int.toString dim, "D"] | fun loadImage dim = concat["Diderot_LoadImage", Int.toString dim, "D"] |
73 | val numStrands = "Diderot_NumStrands" | |
74 | val strands = "Diderot_Strands" | |
75 | val strandDescTy = "Strand_t" | |
76 | ||
77 | fun input ty = (case ty | fun input ty = (case ty |
78 | of TargetTy.T_String => "Diderot_InputString" | of TargetTy.T_String => "Diderot_InputString" |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |