mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
A64: Implement FastDispatchHint
This commit is contained in:
parent
f96c43d422
commit
9b65100660
5 changed files with 92 additions and 23 deletions
|
|
@ -163,6 +163,9 @@ struct UserConfig {
|
|||
/// definite behaviour for some unpredictable instructions.
|
||||
bool define_unpredictable_behaviour = false;
|
||||
|
||||
/// This enables the fast dispatcher.
|
||||
bool enable_fast_dispatch = true;
|
||||
|
||||
// The below options relate to accuracy of floating-point emulation.
|
||||
|
||||
/// Determines how accurate NaN handling is.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue