Use SIMDe for NEON acceleration

This commit is contained in:
Cameron Gutman
2026-02-19 00:05:29 -06:00
parent de364b6ecd
commit 5551d29ba2
5 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -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