From f9a846a3e9ff8463862ecc22b9bed726235ba8ef Mon Sep 17 00:00:00 2001 From: "andrey.bychkov" Date: Mon, 10 Aug 2026 10:42:01 +0300 Subject: [PATCH] Revert "fix(PIFFT_float): correct plan entry size from 4 to 8" This reverts commit 2bb3884aeeb9d3242320864e6fd1e962068a9e5d. --- libs/main/math/pifft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/main/math/pifft.cpp b/libs/main/math/pifft.cpp index afdbc6f2..129328d0 100644 --- a/libs/main/math/pifft.cpp +++ b/libs/main/math/pifft.cpp @@ -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;