summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-01-16 06:24:11 +1100
committer Vas Crabb <vas@vastheman.com>2025-01-16 06:30:13 +1100
commit26d8e47c002f7aa0efd2a6db56a5f48108e1c79c (patch)
tree12b60332c9db368e3f2301b992349ebc753e045d /scripts/src/3rdparty.lua
parent8cfc62f24d0b8f6f4c3a727e2c2546f9467a773d (diff)
DRC cleanup and minor optimisation: [Windy Fairy, Vas Crabb]
* Build all native back-ends if any native back-end is enabled so errors caused by changing interfaces can be found faster. * cpu/drcbeut.cpp: Moved resolved member function stuff to a place where it can be shared by back-ends. * cpu/drcbearm64.cpp: Use ubfx instruction to extract unordered flag. * cpu/drcbearm64.cpp, cpu/drcbex64.cpp: Bypass trampolines when calling get map variable value and debugger instruction hook functions. * cpu/drcbearm64.cpp: Moved some internal helpers that don't need to be members to anonymous namespace. * cpu/drcbearm64.cpp: Added a comment with some info to help when debugging generated code. * cpu/drcbec.cpp: Put code in the drc namespace.
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rwxr-xr-xscripts/src/3rdparty.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 785daa4a93b..492f01faabe 100755
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1959,13 +1959,6 @@ project "asmjit"
end
end
- if (_OPTIONS["PLATFORM"]=="arm64") then
- configuration { }
- defines {
- "ASMJIT_NO_X86",
- }
- end
-
files {
MAME_DIR .. "3rdparty/asmjit/src/asmjit/a64.h",
MAME_DIR .. "3rdparty/asmjit/src/asmjit/arm.h",