Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klingbeil <klingm@amazon.com>2023-11-30 05:40:21 +0300
committerMichael Klingbeil <klingm@amazon.com>2023-11-30 05:40:21 +0300
commitc7bfc72d072dda08adb4f233a0cf84ee83b3a1a5 (patch)
tree85eb50ac218491ad2f2f6c4ad6c440516a82a274
parent8090aaca9f38395883c486c28d6bed4bb4e49959 (diff)
use vec_avx.h for MSVC builds
-rw-r--r--dnn/vec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnn/vec.h b/dnn/vec.h
index c3f88dfe..8e96cbf3 100644
--- a/dnn/vec.h
+++ b/dnn/vec.h
@@ -32,6 +32,7 @@
#include "opus_types.h"
#include <math.h>
#include "arch.h"
+#include "x86/x86_arch_macros.h"
#if defined(__AVX__) || defined(__SSE2__)