mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.7.0
This commit is contained in:
@@ -75,7 +75,7 @@ void init_x14_ctx()
|
||||
|
||||
static void x14hash(void *output, const void *input)
|
||||
{
|
||||
unsigned char hash[128]; __attribute__ ((aligned (32)))
|
||||
unsigned char hash[128] __attribute__ ((aligned (32)));
|
||||
#define hashB hash+64
|
||||
|
||||
x14_ctx_holder ctx;
|
||||
|
Reference in New Issue
Block a user