split c11_atomics_benchmarks.cpp up in an attempt to improve compile time
[benchmarks.git] / src / common / c11_atomics / i64.cpp
diff --git a/src/common/c11_atomics/i64.cpp b/src/common/c11_atomics/i64.cpp
new file mode 100644 (file)
index 0000000..30bc0f7
--- /dev/null
@@ -0,0 +1,4 @@
+#include "internals.h"
+
+template void c11_atomics::benchmarks<std::int64_t>(
+    std::vector<Benchmark> &benches, const Config &config);