diff options
| author | sharmander <saldabain.dev@gmail.com> | 2020-12-07 19:04:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-07 21:04:01 -0300 |
| commit | 36f6bbf5b9082193abb33b26e654ce973ed0ee83 (patch) | |
| tree | 449fbcf3c45554acdd1398ad16fdfe649c11ee32 /ARMeilleure/Translation | |
| parent | 567ea726e173040ae931a37bc85fd6cd92b69363 (diff) | |
CPU: Implement VFNMA.F32 | F.64 (#1783)
* Implement VFNMA.F<32/64>
* Update PTC Version
* Update Implementation & Renames & Correct Order
* Fix alignment
* Update implementation to not trigger assert
* Actually use the intrinsic that makes sense :)
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 8ba08393..2145f350 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -21,7 +21,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagic = "PTChd"; - private const int InternalVersion = 1631; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1783; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
