diff options
| author | Domenico V <35856442+LDj3SNuD@users.noreply.github.com> | 2023-07-31 01:57:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-30 20:57:37 -0300 |
| commit | 2be8b6ea4527239fff1b2fdf9dc7ce1346b173e6 (patch) | |
| tree | 31547834bced733e5c06b29d21aabf6ca7889e24 /src/ARMeilleure/Translation/PTC | |
| parent | f95b7c58779f01d9077996da67953d8d9acd058c (diff) | |
CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#5502)
* Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests.
* Ptc.InternalVersion = 5502
Diffstat (limited to 'src/ARMeilleure/Translation/PTC')
| -rw-r--r-- | src/ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMeilleure/Translation/PTC/Ptc.cs b/src/ARMeilleure/Translation/PTC/Ptc.cs index 14d4e471..ce653383 100644 --- a/src/ARMeilleure/Translation/PTC/Ptc.cs +++ b/src/ARMeilleure/Translation/PTC/Ptc.cs @@ -29,7 +29,7 @@ namespace ARMeilleure.Translation.PTC private const string OuterHeaderMagicString = "PTCohd\0\0"; private const string InnerHeaderMagicString = "PTCihd\0\0"; - private const uint InternalVersion = 5343; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 5502; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
