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

https://github.com/Proxmark/proxmark3/pull/538/commits/ab0582d672e1c2cbb1a49652cc8358218f672244
This commit is contained in:
iceman1001 2018-01-06 18:52:28 +01:00
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;