Enable AssumeStrictAbiCompliance by default

This commit is contained in:
gdkchan 2019-08-04 14:18:55 -03:00
commit 1dcb921904
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ namespace ARMeilleure
{ {
public static class Optimizations public static class Optimizations
{ {
public static bool AssumeStrictAbiCompliance { get; set; } public static bool AssumeStrictAbiCompliance { get; set; } = true;
public static bool FastFP { get; set; } = true; public static bool FastFP { get; set; } = true;

View file

@ -4,7 +4,7 @@ namespace ChocolArm64
{ {
public static class Optimizations public static class Optimizations
{ {
public static bool AssumeStrictAbiCompliance { get; set; } public static bool AssumeStrictAbiCompliance { get; set; } = true;
public static bool FastFP { get; set; } = true; public static bool FastFP { get; set; } = true;