aboutsummaryrefslogtreecommitdiff
path: root/config/x86_64/vpx_config.asm
diff options
context:
space:
mode:
Diffstat (limited to 'config/x86_64/vpx_config.asm')
-rw-r--r--config/x86_64/vpx_config.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/x86_64/vpx_config.asm b/config/x86_64/vpx_config.asm
index 57df4e0bf..fdc51d32e 100644
--- a/config/x86_64/vpx_config.asm
+++ b/config/x86_64/vpx_config.asm
@@ -3,6 +3,7 @@
%define VPX_ARCH_X86 0
%define VPX_ARCH_X86_64 1
%define VPX_ARCH_PPC 0
+%define VPX_ARCH_LOONGARCH 0
%define HAVE_NEON 0
%define HAVE_NEON_ASM 0
%define HAVE_MIPS32 0
@@ -20,6 +21,8 @@
%define HAVE_AVX512 0
%define HAVE_VSX 0
%define HAVE_MMI 0
+%define HAVE_LSX 0
+%define HAVE_LASX 0
%define HAVE_VPX_PORTS 1
%define HAVE_PTHREAD_H 1
%define HAVE_UNISTD_H 1