[v1.00] Implemented all backends for --accurate-pp

This commit is contained in:
Dr-Noob
2021-11-19 22:01:29 +01:00
parent 7226adb04d
commit 617fd2a520
5 changed files with 121 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
#include <stdint.h>
#include "../../common/cpu.h"
#define MEASURE_TIME_SECONDS 5
#define LOOP_ITERS 100000000
int64_t measure_frequency(struct cpuInfo* cpu);
#endif