// This file is part of AsmJit project // // See or LICENSE.md for license and copyright information // SPDX-License-Identifier: Zlib #include #if !defined(ASMJIT_NO_AARCH32) #include #include #include #include #include using namespace asmjit; void benchmark_aarch32_emitters(uint32_t num_iterations) { Support::maybe_unused(num_iterations); } #endif // !ASMJIT_NO_AARCH32