mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
Use AudioMatrixSSE(+sse2neon) on arm64
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
|
||||
#include "boo/audiodev/IAudioVoice.hpp"
|
||||
|
||||
#if __SSE__
|
||||
#if defined(__x86_64__) || defined(_M_AMD64)
|
||||
#include <immintrin.h>
|
||||
#elif defined(__aarch64__) || defined(_M_ARM64)
|
||||
#define __SSE__ 1
|
||||
#include "sse2neon.h"
|
||||
#endif
|
||||
|
||||
namespace boo {
|
||||
|
||||
Reference in New Issue
Block a user