1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-06 10:56:34 -04:00
Files
sdrangel/plugins
Robin Getz 7e26f86aa6 ldpctool: Remove VLAs from MinSumCAlgorithm<int8_t, FACTOR>
Replace the variable length temporary array in the int8_t FACTOR
specialization of MinSumCAlgorithm::finalp() with a std::vector buffer.

This removes reliance on compiler VLA extensions and uses standard C++
storage for the temporary reduction buffer.

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