aboutsummaryrefslogtreecommitdiff
path: root/celt/arch.h
diff options
context:
space:
mode:
authorJonathan Lennox <jonathan@vidyo.com>2015-11-20 23:03:59 -0500
committerTimothy B. Terriberry <tterribe@xiph.org>2016-07-06 15:00:02 -0700
commit05d3e794d7aeb24545424dc128c867f528a5bb00 (patch)
tree0a30be5e772fb3ea71e8bcd50f62f344a23b0e07 /celt/arch.h
parent512f17a2526e307ece4651dc4c682c0f044666b3 (diff)
downloadlibopus-05d3e794d7aeb24545424dc128c867f528a5bb00.tar.gz
Add Aarch64 intrinsic for SIG2WORD16.
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
Diffstat (limited to 'celt/arch.h')
-rw-r--r--celt/arch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/celt/arch.h b/celt/arch.h
index ae8da17c..8ceab5fe 100644
--- a/celt/arch.h
+++ b/celt/arch.h
@@ -127,7 +127,9 @@ static OPUS_INLINE opus_int16 SAT16(opus_int32 x) {
#include "fixed_generic.h"
-#ifdef OPUS_ARM_INLINE_EDSP
+#ifdef OPUS_ARM_PRESUME_AARCH64_NEON_INTR
+#include "arm/fixed_arm64.h"
+#elif OPUS_ARM_INLINE_EDSP
#include "arm/fixed_armv5e.h"
#elif defined (OPUS_ARM_INLINE_ASM)
#include "arm/fixed_armv4.h"