From: unknown Date: Tue, 1 Apr 2008 12:19:30 +0000 (+0200) Subject: * No longer keep a global variable with the current stage number, but pass it X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=23a9ac963f8123a6fecf5105492f8be5e2da8190;hp=23a9ac963f8123a6fecf5105492f8be5e2da8190;p=matthijs%2Fprojects%2Fmontium-fft.git * 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. ---