mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-11 15:55:19 +00:00
Update documentation
This commit is contained in:
parent
c39d7fdef5
commit
275b86a8d5
@ -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 <tt>Vector{FuncName}</tt> were
|
||||
/// renamed to <tt>Vec{FuncName}</tt>. For example, <tt>VectorAnd</tt> was
|
||||
/// 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
|
||||
|
||||
// Use __ALTIVEC__, _ARCH_PWR7 and _ARCH_PWR8 when detecting actual
|
||||
|
Loading…
x
Reference in New Issue
Block a user