1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-19 21:31:26 +00:00
Files
gnss-sdr/src/algorithms/tracking/libs
Javier Arribas 072d0cad67 Important bug found and fixed:
Volk memory alignement for signal vectors was using a hardcoded 16 bytes
value. This parameter is machine-dependant and thus, in modern machines
caused memory exceptions if the parameter not match.

All posix_memalign functions are now replaced by the GNU Radio
volk_malloc(vector_size (bytes), volk_get_alignement());

volk_get_alignement() returns the number of bytes to align the memory
blocks in the current processor.

The memory bug showed up when the receiver is configured with higher
sample rates (>4 Msps!)
2014-09-07 19:11:37 +02:00
..
2013-07-04 13:47:40 +00:00
2014-09-07 19:11:37 +02:00
2014-08-05 02:01:37 +02:00
2013-01-28 23:50:09 +00:00
2013-01-28 23:50:09 +00:00
2014-08-05 02:01:37 +02:00
2014-08-05 02:01:37 +02:00
2014-08-05 02:01:37 +02:00
2014-08-05 02:01:37 +02:00
2012-12-14 22:28:25 +00:00