mirror of
https://github.com/ApfelTeeSaft/XenonRecomp.git
synced 2026-08-26 19:43:27 +00:00
* Inital add SIMD-E Signed-off-by: Isaac Marovitz <[email protected]> * Include simde in ppc_context.h Signed-off-by: Isaac Marovitz <[email protected]> * Fix missing defines, don’t use native aliases Signed-off-by: Isaac Marovitz <[email protected]> * Update recompiler Signed-off-by: Isaac Marovitz <[email protected]> * Correct fround constants Signed-off-by: Isaac Marovitz <[email protected]> * Implement __rdtsc and FPCSR for ARM64. * Remove static Signed-off-by: Isaac Marovitz <[email protected]> --------- Signed-off-by: Isaac Marovitz <[email protected]> Co-authored-by: squidbus <[email protected]>
19 lines
651 B
Plaintext
19 lines
651 B
Plaintext
[submodule "thirdparty/xxHash"]
|
|
path = thirdparty/xxHash
|
|
url = https://github.com/Cyan4973/xxHash.git
|
|
[submodule "thirdparty/fmt"]
|
|
path = thirdparty/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "thirdparty/tomlplusplus"]
|
|
path = thirdparty/tomlplusplus
|
|
url = https://github.com/marzer/tomlplusplus.git
|
|
[submodule "thirdparty/libmspack"]
|
|
path = thirdparty/libmspack
|
|
url = https://github.com/kyz/libmspack
|
|
[submodule "thirdparty/tiny-AES-c"]
|
|
path = thirdparty/tiny-AES-c
|
|
url = https://github.com/kokke/tiny-AES-c.git
|
|
[submodule "thirdparty/simde"]
|
|
path = thirdparty/simde
|
|
url = https://github.com/simd-everywhere/simde-no-tests.git
|