Ryujinx/ARMeilleure
Berkan Diler c1372ed775
Use ReadOnlySpan<byte> compiler optimization in more places (#3853)
* Use ReadOnlySpan<byte> compiler optimization in more places

* Revert changes in ShaderBinaries.cs

* Remove unused using;

* Use ReadOnlySpan<byte> compiler optimization in more places
2022-11-18 03:10:44 +00:00
..
CodeGen ARMeilleure: Add gfni acceleration (#3669) 2022-10-02 11:17:19 +02:00
Common Use ReadOnlySpan<byte> compiler optimization in more places (#3853) 2022-11-18 03:10:44 +00:00
Decoders A32: Implement VCVTT, VCVTB (#3710) 2022-10-19 02:36:04 +02:00
Diagnostics Update units of memory from decimal to binary prefixes (#3716) 2022-11-16 23:27:42 +01:00
Instructions Do not clear the rejit queue when overlaps count is equal to 0. (#3721) 2022-10-19 02:08:34 +00:00
IntermediateRepresentation ARMeilleure: Add gfni acceleration (#3669) 2022-10-02 11:17:19 +02:00
Memory Replace CacheResourceWrite with more general "precise" write (#2684) 2021-09-29 02:27:03 +02:00
Signal Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
State A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (#3712) 2022-10-19 00:21:33 +00:00
Translation Do not clear the rejit queue when overlaps count is equal to 0. (#3721) 2022-10-19 02:08:34 +00:00
Allocators.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00
ARMeilleure.csproj infra: Migrate to .NET 7 (#3795) 2022-11-09 20:22:43 +01:00
Optimizations.cs ARMeilleure: Add gfni acceleration (#3669) 2022-10-02 11:17:19 +02:00
Statistics.cs Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919) 2020-04-21 07:59:59 +10:00