// This file is part of AsmJit project // // See or LICENSE.md for license and copyright information // SPDX-License-Identifier: Zlib #include #include ASMJIT_BEGIN_NAMESPACE Target::Target() noexcept : _environment{}, _cpu_features{}, _cpu_hints{} {} Target::~Target() noexcept {} ASMJIT_END_NAMESPACE