mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Include <immintrin.h> instead of <xmmintrin.h>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user