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