[v1.01] Remove useless frequency measurement (SSE and novector should report the same frequency!). Increase iterations to improve precision

This commit is contained in:
Dr-Noob
2021-11-20 10:13:35 +01:00
parent 2fce2c9f52
commit 4b50740516
6 changed files with 3 additions and 62 deletions

View File

@@ -33,7 +33,7 @@
static const char* OS_STR = "Unknown OS";
#endif
static const char* VERSION = "1.00";
static const char* VERSION = "1.01";
void print_help(char *argv[]) {
const char **t = args_str;