From 5db6264d8f79628108cf906f267889647bd5ad45 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 29 Jan 2023 16:14:27 +0100 Subject: [DYNAREC] Made FASTROUND the default (faster, less accurate) --- docs/USAGE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 9f6478b2..03b6ae94 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -154,12 +154,12 @@ Force the use of Double for x87 emulation #### BOX64_DYNAREC_FASTNAN * Enable/Disable generation of -NAN * 0 : Generate -NAN like on x86 -* 1 : Don't do anything special with NAN, to go as fast as possible (default) +* 1 : Don't do anything special with NAN, to go as fast as possible (default, faster) #### BOX64_DYNAREC_FASTROUND * Enable/Disable generation of precise x86 rounding -* 0 : Generate float/double -> int rounding like on x86 (default) -* 1 : Don't do anything special with edge case Rounding, to go as fast as possible (no INF/NAN/Overflow -> MIN_INT conversion) +* 0 : Generate float/double -> int rounding like on x86 +* 1 : Don't do anything special with edge case Rounding, to go as fast as possible (no INF/NAN/Overflow -> MIN_INT conversion) (default, faster) #### BOX64_DYNAREC_SAFEFLAGS * Handling of flags on CALL/RET opcodes -- cgit 1.4.1