diff options
| author | Ficture Seven <FICTURE7@gmail.com> | 2020-07-30 09:52:26 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 15:52:26 +1000 |
| commit | b3c051bbec58c667e0e9037c57300791775d84ea (patch) | |
| tree | 7eb70d9e24b5087ab5828b620578b9889fc97068 /ARMeilleure/Translation | |
| parent | 991784868f278b62f7e847321f0cfd7309fe2f79 (diff) | |
Use movd,movq for i32/64 VectorExtract %x, 0x0 (#1439)
* Use movd,movq for i32/64 VectorExtract %x, 0x0
* Increment PPTC interval version
* Use else-if instead
- Address gdkchan's feedback.
- Clean up Debug.Assert calls
* Inline `count` expression into Debug.Assert
Apparently the CoreCLR JIT will not eliminate this. :(
Diffstat (limited to 'ARMeilleure/Translation')
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index ae92d4f3..1affa427 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagic = "PTChd"; - private const int InternalVersion = 14; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 17; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx"; |
