Standardize native audio behaviour for all systems
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
16acb8079a
commit
8cdc958c1e
3 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue