aboutsummaryrefslogtreecommitdiff
path: root/celt/tests/test_unit_mathops.c
diff options
context:
space:
mode:
Diffstat (limited to 'celt/tests/test_unit_mathops.c')
-rw-r--r--celt/tests/test_unit_mathops.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/celt/tests/test_unit_mathops.c b/celt/tests/test_unit_mathops.c
index 4bb780e6..5060f7f2 100644
--- a/celt/tests/test_unit_mathops.c
+++ b/celt/tests/test_unit_mathops.c
@@ -36,6 +36,8 @@
#define CELT_C
+#include <stdio.h>
+#include <math.h>
#include "mathops.c"
#include "entenc.c"
#include "entdec.c"
@@ -45,8 +47,16 @@
#include "laplace.c"
#include "vq.c"
#include "cwrs.c"
-#include <stdio.h>
-#include <math.h>
+#include "pitch.c"
+#include "celt_lpc.c"
+
+#if defined(OPUS_X86_MAY_HAVE_SSE4_1) || defined(OPUS_X86_MAY_HAVE_SSE2)
+#include "x86/pitch_sse.c"
+#if defined(OPUS_X86_MAY_HAVE_SSE4_1)
+#include "x86/celt_lpc_sse.c"
+#endif
+#include "x86/x86_celt_map.c"
+#endif
#ifdef FIXED_POINT
#define WORD "%d"