ARMeilleure: Add debuggable CPU loop

# Conflicts:
#	src/ARMeilleure/Optimizations.cs
#	src/ARMeilleure/Translation/ArmEmitterContext.cs
This commit is contained in:
merry
2022-02-08 19:00:47 +00:00
committed by svc64
parent 39a3ba8329
commit 569d01823e
2 changed files with 31 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ namespace ARMeilleure
public static bool AllowLcqInFunctionTable { get; set; } = true;
public static bool UseUnmanagedDispatchLoop { get; set; } = true;
public static bool EnableDebugging { get; set; } = false;
public static bool UseAdvSimdIfAvailable { get; set; } = true;
public static bool UseArm64AesIfAvailable { get; set; } = true;