1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 13:22:43 -04:00

Simplify ARM implementation.

This commit is contained in:
XMRig
2018-04-19 11:54:11 +07:00
parent bc67216f7f
commit ad94e9a7d2
4 changed files with 86 additions and 148 deletions

View File

@@ -30,15 +30,6 @@
#include <stdint.h>
#define AEON_MEMORY 1048576
#define AEON_MASK 0xFFFF0
#define AEON_ITER 0x40000
#define MONERO_MEMORY 2097152
#define MONERO_MASK 0x1FFFF0
#define MONERO_ITER 0x80000
struct cryptonight_ctx {
alignas(16) uint8_t state[200];
alignas(16) uint8_t* memory;