aboutsummaryrefslogtreecommitdiff
path: root/config/arm64/config/aom_config.asm
diff options
context:
space:
mode:
Diffstat (limited to 'config/arm64/config/aom_config.asm')
-rw-r--r--config/arm64/config/aom_config.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/arm64/config/aom_config.asm b/config/arm64/config/aom_config.asm
index 9214692b0..8d1117eda 100644
--- a/config/arm64/config/aom_config.asm
+++ b/config/arm64/config/aom_config.asm
@@ -1,5 +1,5 @@
;
-; Copyright (c) 2023, Alliance for Open Media. All rights reserved
+; Copyright (c) 2024, Alliance for Open Media. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
@@ -76,6 +76,8 @@ HAVE_AVX2 equ 0
HAVE_FEXCEPT equ 1
HAVE_MMX equ 0
HAVE_NEON equ 1
+HAVE_NEON_DOTPROD equ 0
+HAVE_NEON_I8MM equ 0
HAVE_PTHREAD_H equ 1
HAVE_SSE equ 0
HAVE_SSE2 equ 0
@@ -83,6 +85,7 @@ HAVE_SSE3 equ 0
HAVE_SSE4_1 equ 0
HAVE_SSE4_2 equ 0
HAVE_SSSE3 equ 0
+HAVE_SVE equ 0
HAVE_UNISTD_H equ 1
HAVE_VSX equ 0
HAVE_WXWIDGETS equ 0