Revert "fix(PIFFT_float): correct plan entry size from 4 to 8"

This reverts commit 2bb3884aee.
This commit is contained in:
2026-08-10 14:59:18 +03:00
parent fc2e49b096
commit f9a846a3e9
+1 -1
View File
@@ -1205,7 +1205,7 @@ void PIFFT_float::ftbase_ftbasegenerateplanrec(int n,
ae_int_t stackptr,
int debugi) {
int k, m, n1, n2, esize, entryoffset;
int ftbase_ftbaseplanentrysize = 8;
int ftbase_ftbaseplanentrysize = 4;
int ftbase_ftbasecffttask = 0;
int ftbase_fftcooleytukeyplan = 0;
int ftbase_fftbluesteinplan = 1;