Update documentation
parent
c39d7fdef5
commit
275b86a8d5
|
|
@ -39,9 +39,10 @@
|
||||||
/// builtins. When using XLC with -qxlcompatmacros the compiler pretends to
|
/// 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
|
/// be GCC, Clang and XLC all at once but it can only consume it's variety
|
||||||
/// of builtins.
|
/// of builtins.
|
||||||
/// \details At Crypto++ 8.0 the various VectorFunc{Name} were renamed to
|
/// \details At Crypto++ 8.0 the various <tt>Vector{FuncName}</tt> were
|
||||||
/// VecFunc{Name}. For example, VectorAnd was changed to VecAnd. The name
|
/// renamed to <tt>Vec{FuncName}</tt>. For example, <tt>VectorAnd</tt> was
|
||||||
/// change helped consolidate two slightly different implementations.
|
/// changed to <tt>VecAnd</tt>. The name change helped consolidate two
|
||||||
|
/// slightly different implementations.
|
||||||
/// \since Crypto++ 6.0, LLVM Clang compiler support since Crypto++ 8.0
|
/// \since Crypto++ 6.0, LLVM Clang compiler support since Crypto++ 8.0
|
||||||
|
|
||||||
// Use __ALTIVEC__, _ARCH_PWR7 and _ARCH_PWR8 when detecting actual
|
// Use __ALTIVEC__, _ARCH_PWR7 and _ARCH_PWR8 when detecting actual
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue