Skip to content
Snippets Groups Projects
Commit 920ff718 authored by Jonathan Lennox's avatar Jonathan Lennox Committed by Timothy B. Terriberry
Browse files

Enable Neon intrinsics for aarch64.


Enables existing Neon intrinsic optimizations to work on aarch64
targets.

Signed-off-by: default avatarTimothy B. Terriberry <tterribe@xiph.org>
parent 8cb14872
No related branches found
No related tags found
No related merge requests found
...@@ -459,7 +459,7 @@ AC_DEFUN([OPUS_PATH_NE10], ...@@ -459,7 +459,7 @@ AC_DEFUN([OPUS_PATH_NE10],
AS_IF([test x"$enable_intrinsics" = x"yes"],[ AS_IF([test x"$enable_intrinsics" = x"yes"],[
intrinsics_support="" intrinsics_support=""
AS_CASE([$host_cpu], AS_CASE([$host_cpu],
[arm*], [arm*|aarch64*],
[ [
cpu_arm=yes cpu_arm=yes
OPUS_CHECK_INTRINSICS( OPUS_CHECK_INTRINSICS(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment