arm64: Enable simd implementations (#398)
commit04bdd8a6358ead60b4da88d1689e926434fc160a
authortwischer-adit <twischer@de.adit-jv.com>
Wed, 16 Jan 2019 09:41:53 +0000 (16 10:41 +0100)
committerFilipe Coelho <falktx@falktx.com>
Wed, 16 Jan 2019 09:41:53 +0000 (16 10:41 +0100)
tree0cdeeaca043b51f436feedd8896eef9db8eb9957
parent9fe56af980e4a7279cfe826a2b1f8bf1f799763a
arm64: Enable simd implementations (#398)

GCC defines __ARM_NEON__ for asimd on ARMv7 and __ARM_NEON for simd on
ARMv8. Therefore also check for __ARM_NEON.

Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
common/JackAudioPort.cpp
common/memops.c
example-clients/simdtests.cpp