From 108c625b3f96d718677aa9eee5c6490894ca152a Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 26 Feb 2019 16:58:45 +0000 Subject: CryptonightR: define out i386/x86_64 specific code on other archs --- src/crypto/CryptonightR_template.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/crypto/CryptonightR_template.h') diff --git a/src/crypto/CryptonightR_template.h b/src/crypto/CryptonightR_template.h index 57eb92ebe..dab1bd750 100644 --- a/src/crypto/CryptonightR_template.h +++ b/src/crypto/CryptonightR_template.h @@ -1,6 +1,8 @@ #ifndef CRYPTONIGHTR_TEMPLATE_H #define CRYPTONIGHTR_TEMPLATE_H +#if defined __i386 || defined __x86_64__ + void CryptonightR_instruction0(void); void CryptonightR_instruction1(void); void CryptonightR_instruction2(void); @@ -1036,4 +1038,6 @@ const void* instructions_mov[257] = { CryptonightR_instruction_mov256, }; +#endif + #endif // CRYPTONIGHTR_TEMPLATE_H -- cgit v1.2.3