FIX: solution one, for more avx, avx2, avx512

ab0582d672
This commit is contained in:
iceman1001
2018-01-06 18:52:28 +01:00
parent cd1f5a58f5
commit 5dc1761943
2 changed files with 2 additions and 4 deletions

View File

@@ -139,9 +139,7 @@ bool verify_key(uint32_t cuid, noncelist_t *nonces, uint8_t *best_first_bytes, u
return true;
}
static void* crack_states_thread(void* x){
static void* __attribute__((force_align_arg_pointer)) crack_states_thread(void* x){
struct arg {
bool silent;
int thread_ID;