1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-10 21:43:31 -04:00
Files
sdrangel/plugins/channelrx/demoddatv/ldpctool
Robin Getz a1391d52a2 ldpctool: Remove VLAs from MinSumAlgorithm<float>
Replace variable length arrays in the float specialization of
MinSumAlgorithm::finalp() with std::vector storage.

This removes reliance on compiler VLA extensions and keeps the
temporary buffers managed by standard C++ containers.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-01 19:48:32 -04:00
..
2024-07-26 10:53:58 +02:00
2024-07-21 23:15:32 +02:00
2024-07-21 23:15:32 +02:00
2024-07-10 23:06:38 +02:00