[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

@@ -5,7 +5,7 @@
#include "../../common/cpu.h"
#define MEASURE_TIME_SECONDS 5
#define LOOP_ITERS 100000000
#define LOOP_ITERS 1000000000
int64_t measure_frequency(struct cpuInfo* cpu);