mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.5.9.1
This commit is contained in:
@@ -160,7 +160,7 @@ static void evo_twisted_code(uint32_t ntime, char *permstr)
|
||||
|
||||
static inline void x11evo_hash( void *state, const void *input )
|
||||
{
|
||||
uint32_t hash[16];
|
||||
uint32_t hash[16] __attribute__ ((aligned (32)));
|
||||
x11evo_ctx_holder ctx;
|
||||
memcpy( &ctx, &x11evo_ctx, sizeof(x11evo_ctx) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user