Remove old, unused CPU optimization (#1586)

This commit is contained in:
gdkchan 2020-09-30 16:16:34 -03:00 committed by GitHub
parent a15149f664
commit 06f292ac96
3 changed files with 5 additions and 41 deletions

View file

@ -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;