SCM Repository
[diderot] Diff of /branches/pure-cfg/src/compiler/high-to-mid/probe.sml
Diff of /branches/pure-cfg/src/compiler/high-to-mid/probe.sml
Parent Directory
|
Revision Log
|
Patch
97 |
val Partials.D l = pdOp |
val Partials.D l = pdOp |
98 |
in |
in |
99 |
(* we iterate from fastest to slowest axis *) |
(* we iterate from fastest to slowest axis *) |
100 |
#2 (ListPair.foldr gen (0, []) (convCoeffs, l)) |
#2 (ListPair.foldr gen (0, []) (convCoeffs, List.rev l)) |
101 |
end |
end |
102 |
(* generate the reduction code *) |
(* generate the reduction code *) |
103 |
fun genReduce (result, [hh], IT.LF{vox, offsets}, code) = |
fun genReduce (result, [hh], IT.LF{vox, offsets}, code) = |
|
Legend:
Removed from v.661 |
|
changed lines |
|
Added in v.662 |
|
|