mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
SPU LLVM Precompilation
Implement function SPU function discovery in images or random SPU code
This commit is contained in:
parent
290ff5b839
commit
b5faf5800b
12 changed files with 352 additions and 22 deletions
|
@ -28,7 +28,7 @@ struct cfg_root : cfg::node
|
|||
cfg::string llvm_cpu{ this, "Use LLVM CPU" };
|
||||
cfg::_int<0, 1024> llvm_threads{ this, "Max LLVM Compile Threads", 0 };
|
||||
cfg::_bool ppu_llvm_greedy_mode{ this, "PPU LLVM Greedy Mode", false, false };
|
||||
cfg::_bool ppu_llvm_precompilation{ this, "PPU LLVM Precompilation", true };
|
||||
cfg::_bool llvm_precompilation{ this, "LLVM Precompilation", true };
|
||||
cfg::_enum<thread_scheduler_mode> thread_scheduler{this, "Thread Scheduler Mode", thread_scheduler_mode::os};
|
||||
cfg::_bool set_daz_and_ftz{ this, "Set DAZ and FTZ", false };
|
||||
cfg::_enum<spu_decoder_type> spu_decoder{ this, "SPU Decoder", spu_decoder_type::llvm };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue