Commit Graph
6 Commits
Author SHA1 Message Date
andrey f9a846a3e9 Revert "fix(PIFFT_float): correct plan entry size from 4 to 8"
This reverts commit 2bb3884aee.
2026-08-10 14:59:18 +03:00
andrey 9c3690d371 fix(PIFFT_float): correct plan entry size from 4 to 8
The float FFT plan generator wrote 8 ints per entry (indices +0..+7)
but declared entrysize=4, causing heap overwrite into the next entry
and incorrect plan array sizing.
2026-08-06 17:01:30 +03:00
peri4 c2b8a8d6da code format 2022-12-14 14:13:52 +03:00
andrey 86130d7105 compiled for esp32 2022-01-15 14:54:36 +03:00
andrey e0d46463ae assert 2020-10-19 15:18:16 +03:00
peri4 ccd6a9888f tree changes 2020-08-19 00:47:05 +03:00