From 1cf4f98df84b07ec3f5815c30b292a58a71da570 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 27 Oct 2018 12:46:01 -0400 Subject: [PATCH] Update comments --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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