SCM Repository
Diff of /trunk/src/compiler/translate/translate-basis.sml
Parent Directory
|
Revision Log
|
Patch
revision 262, Tue Aug 10 17:35:56 2010 UTC | revision 263, Tue Aug 10 17:36:19 2010 UTC | |
---|---|---|
# | Line 96 | Line 96 |
96 | (* | (* |
97 | (BV.fn_load, fn (y, [NK, SK], xs) => ??), (*FIXME*) | (BV.fn_load, fn (y, [NK, SK], xs) => ??), (*FIXME*) |
98 | *) | *) |
99 | (BV.fn_max, simpleOp Op.Min), | (BV.fn_max, simpleOp Op.Max), |
100 | (BV.fn_min, simpleOp Op.Max), | (BV.fn_min, simpleOp Op.Min), |
101 | (BV.fn_modulate, vectorOp Op.Mul), | (BV.fn_modulate, vectorOp Op.Mul), |
102 | (BV.fn_pow, simpleOp Op.Pow), | (BV.fn_pow, simpleOp Op.Pow), |
103 | (BV.fn_principleEvec, vectorOp Op.PrincipleEvec), | (BV.fn_principleEvec, vectorOp Op.PrincipleEvec), |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |