A64: Implement FastDispatchHint

This commit is contained in:
MerryMage 2018-09-07 21:51:42 +01:00
parent f96c43d422
commit 9b65100660
5 changed files with 92 additions and 23 deletions

View file

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