This website requires JavaScript.
Explore
Help
Sign in
N-archive
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
464ec7ced8
Ryujinx
/
ChocolArm64
/
Translation
/
VarType.cs
10 lines
121 B
C#
Raw
Normal View
History
Unescape
Escape
aloha
2018-02-05 00:08:20 +01: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 03:03:31 +01:00
enum
VarType
aloha
2018-02-05 00:08:20 +01:00
{
Arg
,
Flag
,
Int
,
Fix for some SIMD issues
2018-02-18 05:57:33 +01:00
Vector
aloha
2018-02-05 00:08:20 +01:00
}
}
Reference in a new issue
Copy permalink