Implement build_function_asm

Uses ASMJIT to build function at startup
This commit is contained in:
Nekotekina 2018-05-14 23:06:17 +03:00
parent fd8aae5725
commit fd525ae1cf
3 changed files with 88 additions and 7 deletions

View file

@ -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
{