SCM Repository
Diff of /branches/vis12/src/compiler/codegen/target-util.sml
Parent Directory
|
Revision Log
|
Patch
revision 2077, Mon Nov 5 11:51:35 2012 UTC | revision 2078, Mon Nov 5 12:00:48 2012 UTC | |
---|---|---|
# | Line 28 | Line 28 |
28 | parallel : bool, (* parallel components *) | parallel : bool, (* parallel components *) |
29 | double : bool, (* true for double-precision candidates *) | double : bool, (* true for double-precision candidates *) |
30 | longint : bool, (* true for 64-bit integers (not currently used) *) | longint : bool, (* true for 64-bit integers (not currently used) *) |
31 | debug : bool (* true if debugging of the target is enabled *) | debug : bool, (* true if debugging of the target is enabled *) |
32 | bsp : bool (* true if BSP style execution should always be used *) | |
33 | } | } |
34 | ||
35 | (* convert a target specification to the name of the runtime library *) | (* convert a target specification to the name of the runtime library *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |