We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89850d5 + 13b42d9 commit 64520feCopy full SHA for 64520fe
thirdparty/mbedtls/include/godot_module_mbedtls_config.h
@@ -49,8 +49,10 @@
49
#undef MBEDTLS_DES_C
50
#undef MBEDTLS_DHM_C
51
52
-#ifndef __linux__
+#if !(defined(__linux__) && defined(__aarch64__))
53
// ARMv8 hardware AES operations. Detection only possible on linux.
54
+// May technically be supported on some ARM32 arches but doesn't seem
55
+// to be in our current Linux SDK's neon-fp-armv8.
56
#undef MBEDTLS_AESCE_C
57
#endif
58
0 commit comments