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