summaryrefslogtreecommitdiff
path: root/config_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_int.h')
-rw-r--r--config_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_int.h b/config_int.h
index f71efab8..ea670786 100644
--- a/config_int.h
+++ b/config_int.h
@@ -97,7 +97,8 @@ typedef signed int sword32;
/// <tt>word128</tt> is only available on 64-bit machines when
/// <tt>CRYPTOPP_WORD128_AVAILABLE</tt> is defined.
/// On Unix &amp; Linux with LP64 data model it is <tt>__uint128_t</tt>.
- /// Microsoft platforms do not provide a 128-bit integer type.
+ /// Microsoft platforms do not provide a 128-bit integer type. 32-bit platforms
+ /// do not provide a 128-bit integer type.
/// \since Crypto++ 1.0
typedef __uint128_t word128;