Commit Graph
5 Commits
Author SHA1 Message Date
andrey 2bb3884aee 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 10:18: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