1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-20 16:24:10 +00:00

More required manual changes

This commit is contained in:
Carles Fernandez 2017-04-11 19:15:38 +02:00
parent f68c4d091f
commit 2da64e0685

View File

@ -21,12 +21,11 @@ iterations of all versions that your machine can execute and annotates
which is the fastest, which will then be selected at runtime when which is the fastest, which will then be selected at runtime when
executing GNSS-SDR. In this way, we can address at the same time executing GNSS-SDR. In this way, we can address at the same time
[portability](http://gnss-sdr.org/design-forces/portability/) (by [portability](http://gnss-sdr.org/design-forces/portability/) (by
creating executables that will run in nearly all creating executables that will run in nearly all processor
processor architectures) and architectures) and
[efficiency](http://gnss-sdr.org/design-forces/efficiency/) (by [efficiency](http://gnss-sdr.org/design-forces/efficiency/) (by
providing custom providing custom implementations specially designed to take advantage of
implementations specially designed to take advantage of the specific the specific processor that is running the code).
processor that is running the code).
These kernels have some specific features (e.g. saturation arithmetics) These kernels have some specific features (e.g. saturation arithmetics)
that are aimed to GNSS signal processing, but could make them not that are aimed to GNSS signal processing, but could make them not