mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Implement build_function_asm
Uses ASMJIT to build function at startup
This commit is contained in:
parent
fd8aae5725
commit
fd525ae1cf
3 changed files with 88 additions and 7 deletions
|
|
@ -1,15 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "Utilities/JIT.h"
|
||||
#include "Utilities/mutex.h"
|
||||
#include "SPURecompiler.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
#define ASMJIT_STATIC
|
||||
#define ASMJIT_DEBUG
|
||||
|
||||
#include "asmjit.h"
|
||||
|
||||
// SPU ASMJIT Runtime object (global)
|
||||
class spu_runtime
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue