about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-12-25 01:58:49 +0800
committerGitHub <noreply@github.com>2024-12-24 18:58:49 +0100
commit1b262dac29a98b6aeef171a1172eb2bf7b7d3f39 (patch)
tree8962b5032df97e19a290659ad5440c999a8c3df7 /docs/USAGE.md
parent3b15ef1cb57180d3d68d56b67126101a46672188 (diff)
downloadbox64-1b262dac29a98b6aeef171a1172eb2bf7b7d3f39.tar.gz
box64-1b262dac29a98b6aeef171a1172eb2bf7b7d3f39.zip
[LA64_DYNAREC] Added nativeflags support (#2202)
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index efebc6e1..04f318f7 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -222,7 +222,7 @@ Generated code for aligned atomics only
 #### BOX64_DYNAREC_NATIVEFLAGS *

 Generate code will use native flags if possible

 * 0 : The code generated whill not use native flags even when possible

-* 1 : Generated code will use native flags when possible (Arm64 only for now) (Default)

+* 1 : Generated code will use native flags when possible (Default)

 

 #### BOX64_DYNAREC_BLEEDING_EDGE *

 Detect MonoBleedingEdge and apply conservative settings