This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 10:48:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1bef70c068
Ryujinx
/
ChocolArm64
/
Translation
/
VarType.cs
10 lines
121 B
C#
Raw
Normal View
History
Unescape
Escape
aloha
2018-02-04 23:08:20 +00:00
namespace
ChocolArm64.Translation
{
Misc. CPU optimizations (#575) * Add optimizations related to caller/callee saved registers, thread synchronization and disable tier 0 * Refactoring * Add a config entry to enable or disable the reg load/store opt. * Remove unnecessary register state stores for calls when the callee is know * Rename IoType to VarType * Enable tier 0 while fixing some perf issues related to tier 0 * Small tweak -- Compile before adding to the cache, to avoid lags * Add required config entry
2019-02-28 02:03:31 +00:00
enum
VarType
aloha
2018-02-04 23:08:20 +00:00
{
Arg
,
Flag
,
Int
,
Fix for some SIMD issues
2018-02-18 04:57:33 +00:00
Vector
aloha
2018-02-04 23:08:20 +00:00
}
}
Reference in a new issue
Copy permalink