rpcs3/Utilities
Nekotekina 580bd2b25e Initial Linux Aarch64 support
* Update asmjit dependency (aarch64 branch)
* Disable USE_DISCORD_RPC by default
* Dump some JIT objects in rpcs3 cache dir
* Add SIGILL handler for all platforms
* Fix resetting zeroing denormals in thread pool
* Refactor most v128:: utils into global gv_** functions
* Refactor PPU interpreter (incomplete), remove "precise"
* - Instruction specializations with multiple accuracy flags
* - Adjust calling convention for speed
* - Removed precise/fast setting, replaced with static
* - Started refactoring interpreters for building at runtime JIT
*   (I got tired of poor compiler optimizations)
* - Expose some accuracy settings (SAT, NJ, VNAN, FPCC)
* - Add exec_bytes PPU thread variable (akin to cycle count)
* PPU LLVM: fix VCTUXS+VCTSXS instruction NaN results
* SPU interpreter: remove "precise" for now (extremely non-portable)
* - As with PPU, settings changed to static/dynamic for interpreters.
* - Precise options will be implemented later
* Fix termination after fatal error dialog
2022-01-15 06:48:04 +03:00
..
address_range.h
bin_patch.cpp Don't use vm::preallocated flag in patch enclave allocs 2021-12-26 14:40:21 +03:00
bin_patch.h Patches/PPU: Implement HLE/LLE/With-TOC function call patches 2021-09-26 20:49:57 +03:00
bit_set.h
BitField.h
cfmt.h
cheat_info.cpp
cheat_info.h
cond.cpp
cond.h
Config.cpp [Config] Use std::less<> for std::map<...> 2021-12-02 21:36:57 +03:00
Config.h [Config] Use std::less<> for std::map<...> 2021-12-02 21:36:57 +03:00
CRC.h
date_time.h
File.cpp Revert recent file system changes (#11370) 2022-01-13 07:24:04 +03:00
File.h Revert recent file system changes (#11370) 2022-01-13 07:24:04 +03:00
geometry.h [Utilities] Fixed area_base operator* scalar type 2021-12-02 21:36:57 +03:00
git-version-gen.cmd
JIT.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
JIT.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
lockless.h
LUrlParser.cpp
LUrlParser.h
mutex.cpp
mutex.h
rXml.cpp
rXml.h
sema.cpp
sema.h
simple_ringbuf.cpp More sys_uart packets (#11332) 2022-01-10 03:43:54 +03:00
simple_ringbuf.h More sys_uart packets (#11332) 2022-01-10 03:43:54 +03:00
StrFmt.cpp WolfSSL: Use a custom UTF-8 aware fopen on Windows 2022-01-12 03:35:15 +03:00
StrFmt.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
StrUtil.h WolfSSL: Use a custom UTF-8 aware fopen on Windows 2022-01-12 03:35:15 +03:00
sync.h
Thread.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
Thread.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
Timer.h
version.cpp
version.h