From: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> another revision of the ARM NEON remapping code Peter Meerwald (3): core: Distinguish Cortex processors: A8 vs later (A9, A15) remap: Add ARM NEON optimized remapping and rearrange code core: Initialize ARM NEON remapping code if available src/Makefile.am | 6 +- src/pulsecore/cpu-arm.c | 22 ++- src/pulsecore/cpu-arm.h | 4 +- src/pulsecore/remap_neon.c | 463 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 486 insertions(+), 9 deletions(-) create mode 100644 src/pulsecore/remap_neon.c -- 1.7.9.5