Ryujinx/ARMeilleure
Berkan Diler 37d27c4c99
Some minor cleanups and optimizations (#4174)
* Replace Array.Clear(x, 0, x.Length) with Array.Clear(x)

* Use DateTime.UnixEpoch field

* Replace SHA256.ComputeHash calls with static SHA256.HashData call

More performant and avoids the need to initialize a SHA256 instance.
2022-12-24 14:30:39 -03:00
..
CodeGen
Common
Decoders
Diagnostics
Instructions Fix CPU FCVTN instruction implementation (slow path) (#4159) 2022-12-21 23:05:58 +00:00
IntermediateRepresentation
Memory
Signal
State
Translation Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Allocators.cs
ARMeilleure.csproj
Optimizations.cs
Statistics.cs