* No longer keep a global variable with the current stage number, but pass it
authorunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 12:19:30 +0000 (14:19 +0200)
committerunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 12:19:30 +0000 (14:19 +0200)
commit23a9ac963f8123a6fecf5105492f8be5e2da8190
tree9af01be4ee1b67fec59baea1a857c8c44892d5e7
parentcb3d93a7136a4f0225c91465e28f8d4369afb2dc
 * No longer keep a global variable with the current stage number, but pass it
   as an argument to the functions that need it. This also replaces the
   stage_odd parameter.
 * No longer loop through the needed stages, since the Montium sequencer can't
   change the twiddle memory mask dynamically. Instead, call the (new)
   do_regular_stage() function four times manually, with constant stage
   numbers that the optimizer can roll out.
FFT.mc