From 275b86a8d5705a744b4dd1edecbfc0c4b496bc5d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 19 Jan 2019 16:21:07 -0500 Subject: [PATCH] Update documentation --- ppc_simd.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ppc_simd.h b/ppc_simd.h index d9b2e91b..861cdba7 100644 --- a/ppc_simd.h +++ b/ppc_simd.h @@ -39,9 +39,10 @@ /// builtins. When using XLC with -qxlcompatmacros the compiler pretends to /// be GCC, Clang and XLC all at once but it can only consume it's variety /// of builtins. -/// \details At Crypto++ 8.0 the various VectorFunc{Name} were renamed to -/// VecFunc{Name}. For example, VectorAnd was changed to VecAnd. The name -/// change helped consolidate two slightly different implementations. +/// \details At Crypto++ 8.0 the various Vector{FuncName} were +/// renamed to Vec{FuncName}. For example, VectorAnd was +/// changed to VecAnd. The name change helped consolidate two +/// slightly different implementations. /// \since Crypto++ 6.0, LLVM Clang compiler support since Crypto++ 8.0 // Use __ALTIVEC__, _ARCH_PWR7 and _ARCH_PWR8 when detecting actual