about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-10-03 02:44:04 +0800
committerGitHub <noreply@github.com>2024-10-02 20:44:04 +0200
commit6cbcfc7ab80269a0d3b80ec920fa344f59609b61 (patch)
tree841918dee9d8d959bb0a68e503ae1f5ec41b8f54 /docs
parent564d06e84cd3bdc8a926f4489a481c3c4390c5a9 (diff)
downloadbox64-6cbcfc7ab80269a0d3b80ec920fa344f59609b61.tar.gz
box64-6cbcfc7ab80269a0d3b80ec920fa344f59609b61.zip
[DYNAREC] Added a new missing mode for fallback opcodes (#1896)
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 3e2a257b..fcc5a982 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -223,6 +223,7 @@ Behavior with FillBlock is not available (FillBlock build Dynarec blocks and is
 Dynarec print the missing opcodes

 * 0 : not print the missing opcode (Default, unless DYNAREC_LOG>=1 or DYNAREC_DUMP>=1 is used)

 * 1 : Will print the missing opcodes

+* 2 : Will print the fallback to scalar opcodes (only valid on RISC-V)

 

 #### BOX64_SSE_FLUSHTO0 *

 Handling of SSE Flush to 0 flags