From 512fa101e868cc6423313f2a98070d5364ac3c89 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 15 Nov 2018 15:27:42 -0500 Subject: [PATCH] Update documentation --- ppc_simd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ppc_simd.h b/ppc_simd.h index d697f7e4..5677a63f 100644 --- a/ppc_simd.h +++ b/ppc_simd.h @@ -11,6 +11,9 @@ /// IBM XL C/C++ compilers also experience it due to lack of /// vec_xl_be support on some platforms. Modern compilers /// provide best support and don't need many of the little hacks below. +/// \details At Crypto++ 8.0 the various VectorFunc were renamed to +/// VecFunc. For example, VectorAnd was changed to VecAnd. The name change +/// helped consolidate two slightly different implementations. /// \since Crypto++ 6.0 // Use __ALTIVEC__, _ARCH_PWR7 and _ARCH_PWR8. The preprocessor macros