aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/cdef.h
diff options
context:
space:
mode:
authorqinxialei <xialeiqin@gmail.com>2021-04-22 11:20:15 +0800
committerqinxialei <xialeiqin@gmail.com>2021-04-22 11:20:15 +0800
commit2381d803c76105f44717d75f089ec37f51e5cfe4 (patch)
tree33f40fb4dfd1039ac262d5f1c1065d298578ddc1 /src/dsp/cdef.h
parente8d277081293b6fb2a5d469616baaa7a06f52496 (diff)
downloadlibgav1-2381d803c76105f44717d75f089ec37f51e5cfe4.tar.gz
libgav1-2381d803c76105f44717d75f089ec37f51e5cfe4.tar.bz2
libgav1-2381d803c76105f44717d75f089ec37f51e5cfe4.zip
New upstream version 0.16.3
Diffstat (limited to 'src/dsp/cdef.h')
-rw-r--r--src/dsp/cdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dsp/cdef.h b/src/dsp/cdef.h
index 2d70d2c..b820b77 100644
--- a/src/dsp/cdef.h
+++ b/src/dsp/cdef.h
@@ -30,6 +30,7 @@
// The order of includes is important as each tests for a superior version
// before setting the base.
// clang-format off
+#include "src/dsp/x86/cdef_avx2.h"
#include "src/dsp/x86/cdef_sse4.h"
// clang-format on
// IWYU pragma: end_exports