| 116 | } |
| 117 | |
| 118 | template <typename T> struct native; |
| 119 | |
| 120 | template <typename T, typename NativeFunction> |
| 121 | void run_native_benchmark(T& x, T& y, NativeFunction f, const std::string& expr_string) |
nothing calls this directly
no outgoing calls
no test coverage detected