mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-05-20 00:20:13 +00:00
Use SIMDe for NEON acceleration
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
#define OBLAS_SSE3
|
||||
#else
|
||||
#if defined(__aarch64__) || (defined(_MSC_VER) && defined(_M_ARM64))
|
||||
// To be replaced with SIMDe
|
||||
// #define OBLAS_NEON
|
||||
#define OBLAS_NEON
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user