summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-01-22 20:53:19 -0500
committerJeffrey Walton <noloader@gmail.com>2017-01-22 20:53:19 -0500
commit14f5305c92008015de4e91cd59e41e9128067101 (patch)
tree5dabc930ee52ca60142d7d77061be273c70c342f /cpu.h
parent6e1a02151174a28ea1e360ffa1ecc9c5e3ee176c (diff)
downloadcryptopp-git-14f5305c92008015de4e91cd59e41e9128067101.tar.gz
VEXT_8 -> VEXT_U8
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index 3285230e..78c0f3f2 100644
--- a/cpu.h
+++ b/cpu.h
@@ -17,7 +17,7 @@
# pragma GCC diagnostic ignored "-Wsign-conversion"
#endif
-// ARM32/ARM64 Headers
+// ARM32 and ARM64 Headers
#if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)
# if defined(__GNUC__)
# include <stdint.h>