mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-15 19:17:26 -07:00
FIX: solution one, for more avx, avx2, avx512
https://github.com/Proxmark/proxmark3/pull/538/commits/ab0582d672e1c2cbb1a49652cc8358218f672244
This commit is contained in:
parent
cd1f5a58f5
commit
5dc1761943
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue