summaryrefslogtreecommitdiff
path: root/config_asm.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 15:34:26 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 15:34:26 -0400
commit7272770309069a873f9c41af5589773dbb211379 (patch)
tree6d0019b70ed6c97f6b47f437c34a47bc5c3f644f /config_asm.h
parent81a9a5e7e175b6c516460e6da7a62c734679396e (diff)
downloadcryptopp-git-7272770309069a873f9c41af5589773dbb211379.tar.gz
Update comments (GH #950)
Diffstat (limited to 'config_asm.h')
-rw-r--r--config_asm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_asm.h b/config_asm.h
index 6bc0340f..6d7e4802 100644
--- a/config_asm.h
+++ b/config_asm.h
@@ -363,7 +363,8 @@
# undef CRYPTOPP_ARM_PMULL_AVAILABLE
#endif
-// Disable for Android
+// Disable for Android. Android only offers the base Aarch64 architecture.
+// https://developer.android.com/ndk/guides/abis
#if defined(__ANDROID__) || defined(ANDROID)
# undef CRYPTOPP_ARM_CRC32_AVAILABLE
# undef CRYPTOPP_ARM_PMULL_AVAILABLE