mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 00:17:06 +00:00
Include <immintrin.h> instead of <xmmintrin.h>
This commit is contained in:
@@ -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