benchmarking c++11 atomics works
[benchmarks.git] / src / x86_64 / x86_64_benchmarks.h
diff --git a/src/x86_64/x86_64_benchmarks.h b/src/x86_64/x86_64_benchmarks.h
new file mode 100644 (file)
index 0000000..ed228af
--- /dev/null
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "../harness.h"
+
+std::vector<Benchmark> x86_64_benchmarks(Config config);
\ No newline at end of file