Make AdvancedProcessBlocks64_6x2_ALTIVEC inline

This commit is contained in:
Jeffrey Walton 2018-08-15 05:18:38 -04:00
parent c26aad8a25
commit 014f3d08c2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -1797,7 +1797,7 @@ NAMESPACE_BEGIN(CryptoPP)
/// \details The subkey type is usually word32 or word64. F2 and F6 must use the
/// same word type.
template <typename F2, typename F6, typename W>
size_t AdvancedProcessBlocks64_6x2_ALTIVEC(F2 func2, F6 func6,
inline size_t AdvancedProcessBlocks64_6x2_ALTIVEC(F2 func2, F6 func6,
const W *subKeys, size_t rounds, const byte *inBlocks,
const byte *xorBlocks, byte *outBlocks, size_t length, word32 flags)
{