From 0d9db273a098fd58075a1388652201cd940fb2b8 Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 25 Sep 2018 09:40:09 +0300 Subject: [PATCH] Fix template declaration. --- src/crypto/CryptoNight_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/CryptoNight_x86.h b/src/crypto/CryptoNight_x86.h index b1a723245..8dcdd4144 100644 --- a/src/crypto/CryptoNight_x86.h +++ b/src/crypto/CryptoNight_x86.h @@ -588,7 +588,7 @@ inline void cryptonight_single_hash_asm(const uint8_t *__restrict__ input, size_ } -template +template inline void cryptonight_double_hash_asm(const uint8_t *__restrict__ input, size_t size, uint8_t *__restrict__ output, cryptonight_ctx **__restrict__ ctx) { constexpr size_t MEM = xmrig::cn_select_memory();