mirror of https://github.com/AxioDL/boo.git
Include <immintrin.h> instead of <xmmintrin.h>
This commit is contained in:
parent
beb7f00b18
commit
e57f6fb2d5
|
@ -8,7 +8,7 @@
|
|||
#include <float.h>
|
||||
|
||||
#if __SSE__
|
||||
#include <xmmintrin.h>
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
||||
namespace boo
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "Common.hpp"
|
||||
|
||||
#if __SSE__
|
||||
#include <xmmintrin.h>
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
||||
struct AudioUnitVoiceEngine;
|
||||
|
|
Loading…
Reference in New Issue