mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 13:33:49 -04:00
8ac0485e53
Replace the variable length temporary array in the float 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>