Remove old, unused CPU optimization (#1586)
This commit is contained in:
parent
26319d5ab3
commit
f2b12c9749
3 changed files with 5 additions and 41 deletions
|
@ -4,8 +4,6 @@ namespace ARMeilleure
|
|||
{
|
||||
public static class Optimizations
|
||||
{
|
||||
public static bool AssumeStrictAbiCompliance { get; set; } = true;
|
||||
|
||||
public static bool FastFP { get; set; } = true;
|
||||
|
||||
public static bool UseSseIfAvailable { get; set; } = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue