XenonRecomp/XenonRecomp
Isaac Marovitz c5bfd90d87
Add simde (#22)
* Inital add SIMD-E

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>

* Include simde in ppc_context.h

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>

* Fix missing defines, don’t use native aliases

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>

* Update recompiler

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>

* Correct fround constants

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>

* Implement __rdtsc and FPCSR for ARM64.

* Remove static

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>

---------

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
Co-authored-by: squidbus <175574877+squidbus@users.noreply.github.com>
2025-08-03 17:29:25 +03:00
..
CMakeLists.txt Disable alias attribute on macOS clang. (#19) 2025-03-04 18:57:36 +03:00
main.cpp Repository cleanup & README.md. (#5) 2025-02-27 00:11:11 +03:00
pch.h Add simde (#22) 2025-08-03 17:29:25 +03:00
recompiler.cpp Add simde (#22) 2025-08-03 17:29:25 +03:00
recompiler.h Port XEX patcher from Unleashed Recompiled. (#4) 2025-02-19 20:22:30 +03:00
recompiler_config.cpp Check for the validity of save/restore function addresses. (#42) 2025-03-04 18:44:24 +03:00
recompiler_config.h Port XEX patcher from Unleashed Recompiled. (#4) 2025-02-19 20:22:30 +03:00
test_recompiler.cpp Repository cleanup & README.md. (#5) 2025-02-27 00:11:11 +03:00
test_recompiler.h Rebrand to XenonRecomp. 2025-01-19 22:39:12 +03:00