1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-17 20:31:26 +00:00
Files
gnss-sdr/src/algorithms
Marc Majoral 80e5280434 Ensure correct file length and sample skip calculations on 32-bit systems by using uint64_t
On 32-bit architectures, size_t may not be large enough to represent large file
sizes or sample counts. This commit updates the file length computation and the
return type of samplesToSkip() to use uint64_t, allowing accurate handling of
large files and ensuring consistency across platforms.
2025-05-28 19:40:58 +02:00
..
2025-05-15 10:20:27 +02:00
2025-05-27 22:20:02 +02:00
2025-02-10 13:20:14 +01:00
2025-01-24 00:41:06 +01:00
2025-02-10 13:20:14 +01:00