1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-06 10:56:34 -04:00
Files
sdrangel/plugins
Robin Getz 6de853d3d1 ldpctool: Remove VLAs from MinSumAlgorithm<int8_t>
Replace variable length arrays in the int8_t specialization of
MinSumAlgorithm::finalp() with a single std::vector scratch buffer.

This removes reliance on compiler VLA extensions while preserving the
existing contiguous temporary buffer layout.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-01 19:48:43 -04:00
..
2026-05-04 06:00:17 +02:00