mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 22:28:17 +00:00
Enable AES-NI on Android X86-64
Need to find the magic incantation to enable it on ARM64 still
This commit is contained in:
@ -111,8 +111,10 @@
|
||||
#include <mmintrin.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if (defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(ZT_ARCH_ARM_HAS_NEON))
|
||||
#if defined(__APPLE__) && !defined(__LP64__)
|
||||
#if (defined(__APPLE__) && !defined(__LP64__)) || defined(__ANDROID__)
|
||||
#ifdef ZT_ARCH_ARM_HAS_NEON
|
||||
#undef ZT_ARCH_ARM_HAS_NEON
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user