Standardize native audio behaviour for all systems

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-11-25 19:35:55 +00:00
parent 16acb8079a
commit 8cdc958c1e
3 changed files with 12 additions and 3 deletions

View file

@ -30,7 +30,10 @@
# undef _WIN32
# endif
# include "../simde/simde/x86/sse3.h"
// assume SSE3 only on macOS
# ifndef ARCH_MAC
# include "../simde/simde/x86/sse3.h"
# endif
# ifdef _WIN32_WAS_DEFINED
# define _WIN32