summaryrefslogtreecommitdiff
path: root/config_asm.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-28 03:39:42 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-28 03:39:42 -0500
commitebf9e2e4acc329e2ee223e1efb54dbfc2bf7d8ac (patch)
treedb492a536aa854c32cc586a4789352c6f8427246 /config_asm.h
parentd555d072c959c2beb65a7737309530d2e038e554 (diff)
downloadcryptopp-git-ebf9e2e4acc329e2ee223e1efb54dbfc2bf7d8ac.tar.gz
Update comments
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 7fd0e967..4e91e40a 100644
--- a/config_asm.h
+++ b/config_asm.h
@@ -197,6 +197,7 @@
#endif
// Fixup Android and SSE, Crypto. It may be enabled based on compiler version.
+// Also see https://developer.android.com/ndk/guides/abis
#if defined(__ANDROID__) || defined(ANDROID)
# if (CRYPTOPP_BOOL_X86)
# undef CRYPTOPP_SSE41_AVAILABLE
@@ -372,7 +373,7 @@
#endif
// Disable for Android. Android only offers the base Aarch64 architecture.
-// https://developer.android.com/ndk/guides/abis
+// Also see https://developer.android.com/ndk/guides/abis
#if defined(__ANDROID__) || defined(ANDROID)
# undef CRYPTOPP_ARM_CRC32_AVAILABLE
# undef CRYPTOPP_ARM_PMULL_AVAILABLE