cbuchner1 / ccminer

Christian Buchner's & Christian H.'s CUDA miner project
Other
273 stars 1.7k forks source link

Fails to build #116

Open cyberkhalil opened 2 years ago

cyberkhalil commented 2 years ago

equi/blake2/blake2bx.cpp: In function ‘int eq_blake2b(uint8_t, const void, const void*, uint8_t, uint64_t, uint8_t)’: equi/blake2/blake2bx.cpp:244:26: error: size of array element is not a multiple of its alignment 244 | blake2b_state S[1]; | ^