| 40 | } |
| 41 | |
| 42 | [[gnu::noinline]] auto exp(const uint256& x, const uint256& y) noexcept |
| 43 | { |
| 44 | return intx::exp(x, y); |
| 45 | } |
| 46 | |
| 47 | template <typename ArgT, div_result<ArgT> DivFn(const ArgT&, const ArgT&)> |
| 48 | void div(benchmark::State& state) noexcept |
no outgoing calls