[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

@@ -8,9 +8,7 @@
#include <string.h>
#include <pthread.h>
#include <stdint.h>
#define MEASURE_TIME_SECONDS 5
#define LOOP_ITERS 100000000
#include "freq.h"
void* compute_avx() {
bool end = false;