osrm-backend/src
Michael Krasnyk 04e334e3e2
Make storage blocks aligned to 4 bytes for ARM NEON/VFP instructions
Aligned blocks prevent bus errors in NEON/VFP instructions.

Block pointers are aligned to 4 bytes, that is guaranteed
by aligned mmaped-pointers, the 4 bytes size of the CANARY block and
aligned sizes of blocks.
2016-06-20 22:45:40 +02:00
..
benchmarks Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
contractor Fix platform-independent data in data files 2016-06-20 22:45:40 +02:00
engine fix roundabout-handling when name changes 2016-06-17 11:02:14 +02:00
extractor Fix platform-independent data in data files 2016-06-20 22:45:40 +02:00
osrm Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
server Copy data to beginning of buffer, not end. (#2542) 2016-06-13 12:59:42 -07:00
storage Make storage blocks aligned to 4 bytes for ARM NEON/VFP instructions 2016-06-20 22:45:40 +02:00
tools Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
util Fix rounding issue due to non-associative floating arithmetic 2016-06-20 22:45:40 +02:00