fix for real
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
160bc705f1
commit
7fb0ef4c86
1 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/library/common.h b/library/common.h
|
||||
index 50f2a29..46dc82c 100644
|
||||
--- a/library/common.h
|
||||
+++ b/library/common.h
|
||||
@@ -19,10 +19,10 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
-#if defined(__ARM_NEON)
|
||||
+#if defined(MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64)
|
||||
#include <arm_neon.h>
|
||||
#define MBEDTLS_HAVE_NEON_INTRINSICS
|
||||
-#elif defined(MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64)
|
||||
+#elif defined(__ANDROID__) || defined(__ARM_NEON)
|
||||
#include <arm64_neon.h>
|
||||
#define MBEDTLS_HAVE_NEON_INTRINSICS
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue