]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
add print SIMD core at the beginning
authormerlokk <olegmsn@gmail.com>
Tue, 2 Jan 2018 17:11:26 +0000 (19:11 +0200)
committermerlokk <olegmsn@gmail.com>
Tue, 2 Jan 2018 17:11:26 +0000 (19:11 +0200)
client/cmdhfmfhard.c

index cbdf3f60f02ce63530e2ffe9b0a000512a16bd0b..652a3cadbec88faa77f4fa476b84357e4146dd77 100644 (file)
@@ -2536,6 +2536,9 @@ int mfnestedhard(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBloc
        char progress_text[80];
        
        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));
        brute_force_per_second = brute_force_benchmark();
Impressum, Datenschutz