Fix VMVN (immediate), Add VPMIN, VPMAX, VMVN (register) (#1303)

* Add Vmvn (register), tests for both Vmvn variants.

* Add Vpmin, Vpmax, improve Non-FastFp accuracy for Vpadd

* Rebase on top of PTC.

* Add Nopcode

* Increment PTC version.

* Fix nits.
This commit is contained in:
riperiperi
2020-06-24 01:43:44 +01:00
committed by GitHub
parent 4472196b48
commit 9a49f8aec9
7 changed files with 243 additions and 23 deletions

View File

@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string HeaderMagic = "PTChd";
private const int InternalVersion = 1; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 2; //! To be incremented manually for each change to the ARMeilleure project.
private const string BaseDir = "Ryujinx";