Moved keccak files.

This commit is contained in:
XMRig 2019-06-17 04:06:38 +07:00
parent 6990324681
commit b38e432647
7 changed files with 10 additions and 7 deletions

View file

@ -36,11 +36,11 @@
#include "common/cpu/Cpu.h"
#include "common/crypto/keccak.h"
#include "crypto/cn/CnAlgo.h"
#include "crypto/cn/CryptoNight_monero.h"
#include "crypto/cn/CryptoNight.h"
#include "crypto/cn/soft_aes.h"
#include "crypto/common/keccak.h"
extern "C"
@ -785,6 +785,9 @@ extern "C" void cnv2_rwz_double_mainloop_asm(cryptonight_ctx **ctx);
namespace xmrig {
typedef void (*cn_mainloop_fun)(cryptonight_ctx **ctx);
extern cn_mainloop_fun cn_half_mainloop_ivybridge_asm;
extern cn_mainloop_fun cn_half_mainloop_ryzen_asm;
extern cn_mainloop_fun cn_half_mainloop_bulldozer_asm;