Olli Parviainen 3d7bf376fd Tuning for ARM NEON
Tuning to enable ARM NEON SIMD performance improvements:
- NEON detection in configure file
- Remove manual loop unrolling, gcc autovectorization does better job
without manually unrolled loops.
- Avoid unaligned pointer accesses when using NEON
2020-06-21 20:38:00 +03:00
..
2018-09-08 18:52:10 +03:00
2020-06-21 20:38:00 +03:00
2020-06-21 20:38:00 +03:00
2020-06-21 20:38:00 +03:00