split c11_atomics_benchmarks.cpp up in an attempt to improve compile time
[benchmarks.git] / src / common / c11_atomics / i64.cpp
1 #include "internals.h"
2
3 template void c11_atomics::benchmarks<std::int64_t>(
4 std::vector<Benchmark> &benches, const Config &config);