Enable AssumeStrictAbiCompliance by default
This commit is contained in:
parent
e04798294a
commit
1dcb921904
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ namespace ARMeilleure
|
|||
{
|
||||
public static class Optimizations
|
||||
{
|
||||
public static bool AssumeStrictAbiCompliance { get; set; }
|
||||
public static bool AssumeStrictAbiCompliance { get; set; } = true;
|
||||
|
||||
public static bool FastFP { get; set; } = true;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ namespace ChocolArm64
|
|||
{
|
||||
public static class Optimizations
|
||||
{
|
||||
public static bool AssumeStrictAbiCompliance { get; set; }
|
||||
public static bool AssumeStrictAbiCompliance { get; set; } = true;
|
||||
|
||||
public static bool FastFP { get; set; } = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue