summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-27 12:46:01 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-27 12:46:01 -0400
commit1cf4f98df84b07ec3f5815c30b292a58a71da570 (patch)
tree0b467fa635f06190e5e282d68c74166a1959a9bd /config.h
parent06d0072d6a16848fdfe0e4d705f742344e93b06d (diff)
downloadcryptopp-git-1cf4f98df84b07ec3f5815c30b292a58a71da570.tar.gz
Update comments
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 0d5ddeb6..72305800 100644
--- a/config.h
+++ b/config.h
@@ -58,7 +58,8 @@
// compiled using C++ only. The library code will not include SSE2 (and
// above), NEON, Aarch32, Aarch64, Power4, Power7 or Power8. Note the compiler
// may use higher ISAs depending on compiler options, but the library will not
-// explictly use the ISAs.
+// explictly use the ISAs. When disabling ASM, it is best to do it from
+// config.h to ensure the library and all programs share the setting.
// #define CRYPTOPP_DISABLE_ASM 1
// https://github.com/weidai11/cryptopp/issues/719