use vec_avx.h for MSVC builds

This commit is contained in:
Michael Klingbeil 2023-11-29 21:40:21 -05:00
parent 8090aaca9f
commit c7bfc72d07

View file

@ -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__)