From 014f3d08c292a350a931cb5feb25cbef48ee5301 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 15 Aug 2018 05:18:38 -0400 Subject: [PATCH] Make AdvancedProcessBlocks64_6x2_ALTIVEC inline --- adv-simd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adv-simd.h b/adv-simd.h index 22c66443..db6d2113 100644 --- a/adv-simd.h +++ b/adv-simd.h @@ -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 -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) {