From: merlokk Date: Tue, 2 Jan 2018 17:11:26 +0000 (+0200) Subject: add print SIMD core at the beginning X-Git-Tag: v3.1.0~92^2~3 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/eaecd7f541bf64c9ae0681d1f9c4b6bac2c7322b?hp=4a768458d2335fc3594f7a7f09bb4066442bed3f add print SIMD core at the beginning --- diff --git a/client/cmdhfmfhard.c b/client/cmdhfmfhard.c index cbdf3f60..652a3cad 100644 --- a/client/cmdhfmfhard.c +++ b/client/cmdhfmfhard.c @@ -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();