mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07:00
add print SIMD core at the beginning
This commit is contained in:
parent
4a768458d2
commit
eaecd7f541
1 changed files with 3 additions and 0 deletions
|
@ -2536,6 +2536,9 @@ int mfnestedhard(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBloc
|
||||||
char progress_text[80];
|
char progress_text[80];
|
||||||
|
|
||||||
SetSIMDInstr(SIMD_NONE);
|
SetSIMDInstr(SIMD_NONE);
|
||||||
|
char instr_set[12] = {0};
|
||||||
|
get_SIMD_instruction_set(instr_set);
|
||||||
|
PrintAndLog("Using %s SIMD core.", instr_set);
|
||||||
|
|
||||||
srand((unsigned) time(NULL));
|
srand((unsigned) time(NULL));
|
||||||
brute_force_per_second = brute_force_benchmark();
|
brute_force_per_second = brute_force_benchmark();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue