summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asmjit/src/asmjit/asmjit.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asmjit/src/asmjit/asmjit.h')
-rw-r--r--3rdparty/asmjit/src/asmjit/asmjit.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/3rdparty/asmjit/src/asmjit/asmjit.h b/3rdparty/asmjit/src/asmjit/asmjit.h
index 400426c40a7..f5184eb5777 100644
--- a/3rdparty/asmjit/src/asmjit/asmjit.h
+++ b/3rdparty/asmjit/src/asmjit/asmjit.h
@@ -1,9 +1,9 @@
-// AsmJit - Machine code generation for C++
+// This file is part of AsmJit project <https://asmjit.com>
//
-// * Official AsmJit Home Page: https://asmjit.com
-// * Official Github Repository: https://github.com/asmjit/asmjit
+// SPDX-License-Identifier: Zlib
+// Official GitHub Repository: https://github.com/asmjit/asmjit
//
-// Copyright (c) 2008-2020 The AsmJit Authors
+// Copyright (c) 2008-2024 The AsmJit Authors
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
@@ -26,12 +26,8 @@
#include "./core.h"
-#ifdef ASMJIT_BUILD_X86
+#ifndef ASMJIT_NO_X86
#include "./x86.h"
#endif
-#ifdef ASMJIT_BUILD_ARM
- #include "./arm.h"
-#endif
-
#endif // ASMJIT_ASMJIT_H_INCLUDED