summaryrefslogtreecommitdiff
path: root/ppc_simd.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-05-11 22:58:21 -0400
committerJeffrey Walton <noloader@gmail.com>2020-05-11 22:58:21 -0400
commit656b344bc358088dc68ad60d7757eab81cadfbeb (patch)
tree132c4ea3d4ab85d6a661683cfbe77b15c23c7262 /ppc_simd.h
parent1fa7f45ee25fb015c95f43ccdaffc66fc48df691 (diff)
downloadcryptopp-git-656b344bc358088dc68ad60d7757eab81cadfbeb.tar.gz
Update documentation
Diffstat (limited to 'ppc_simd.h')
-rw-r--r--ppc_simd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppc_simd.h b/ppc_simd.h
index cbe64b0e..2b462f37 100644
--- a/ppc_simd.h
+++ b/ppc_simd.h
@@ -230,7 +230,7 @@ inline uint32x4_p VecOne()
/// \tparam T vector type
/// \param data the vector
/// \returns vector
-/// \details VecReverseLE() reverses the bytes in a vector
+/// \details VecReverse() reverses the bytes in a vector
/// \par Wraps
/// vec_perm
/// \since Crypto++ 6.0
@@ -270,7 +270,7 @@ inline T VecReverseLE(const T data)
/// \tparam T vector type
/// \param data the vector
/// \returns vector
-/// \details VecReverseLE() reverses the bytes in a vector on
+/// \details VecReverseBE() reverses the bytes in a vector on
/// big-endian systems.
/// \par Wraps
/// vec_perm