mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Remove built_function
With today's branch prediction techniques, it's hardly useful.
This commit is contained in:
parent
d2897bc6a0
commit
12c83b340d
11 changed files with 17 additions and 112 deletions
|
@ -157,7 +157,7 @@ DECLARE(spu_runtime::tr_all) = []
|
|||
return reinterpret_cast<spu_function_t>(trptr);
|
||||
}();
|
||||
|
||||
DECLARE(spu_runtime::g_gateway) = built_function<spu_function_t>("spu_gateway", [](native_asm& c, auto& args)
|
||||
DECLARE(spu_runtime::g_gateway) = build_function_asm<spu_function_t>("spu_gateway", [](native_asm& c, auto& args)
|
||||
{
|
||||
// Gateway for SPU dispatcher, converts from native to GHC calling convention, also saves RSP value for spu_escape
|
||||
using namespace asmjit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue