Enable dav1d LoongArch SIMD

This commit is contained in:
Basilisk-Dev 2026-05-11 09:48:44 -04:00 • committed by wuggy
commit 1e73896b07
13 changed files with 42 additions and 2 deletions

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/cdef.S"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/cpu.c"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/ipred.S"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/itx.S"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/loopfilter.S"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/looprestoration.S"

View file

@ -0,0 +1,2 @@
#define BITDEPTH 16
#include "../src/src/loongarch/looprestoration_inner.c"

View file

@ -0,0 +1,2 @@
#define BITDEPTH 8
#include "../src/src/loongarch/looprestoration_inner.c"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/mc.S"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/msac.S"

View file

@ -0,0 +1 @@
#include "../src/src/loongarch/refmvs.S"