summaryrefslogtreecommitdiff
path: root/config_cpu.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-25 15:10:33 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-25 15:10:33 -0500
commit23557a2b4403ef7847b65fd9fc2ed008a117d572 (patch)
tree5bb2e9bf6917938d2d89b230173748f712972b16 /config_cpu.h
parentd6d15384ee4b13f8558a78e9e7ca19221c09db5b (diff)
downloadcryptopp-git-23557a2b4403ef7847b65fd9fc2ed008a117d572.tar.gz
Update documentation
Diffstat (limited to 'config_cpu.h')
-rw-r--r--config_cpu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_cpu.h b/config_cpu.h
index 90bd59a8..27007c85 100644
--- a/config_cpu.h
+++ b/config_cpu.h
@@ -13,7 +13,8 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_cpu.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835:
+/// Make config.h more autoconf friendly</A>,
/// <A HREF="https://sourceforge.net/p/predef/wiki/Architectures/">Sourceforge
/// Pre-defined Compiler Macros</A>
/// \since Crypto++ 8.3
@@ -131,7 +132,7 @@
/// \brief L1 data cache line size
/// \details CRYPTOPP_L1_CACHE_LINE_SIZE should be a lower bound on the L1
/// data cache line size. It is used for defense against some timing attacks.
- /// \note: The runtime library on some PowerPC platforms misreport the size
+ /// \note The runtime library on some PowerPC platforms misreport the size
/// of the cache line size. The runtime library reports 64, while the cpu
/// has a cache line size of 128.
/// \sa <A HREF="https://bugs.centos.org/view.php?id=14599">CentOS Issue