about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-08-18 18:41:10 +0800
committerGitHub <noreply@github.com>2025-08-18 12:41:10 +0200
commitfe2930cbe3462ae39271781a30c68f2185fc8f3a (patch)
tree0535d34f8c725c1beebe69a18d98f130ba71323b /docs/USAGE.md
parentbf6c1533b373b32c48744e191667a82830935b27 (diff)
downloadbox64-fe2930cbe3462ae39271781a30c68f2185fc8f3a.tar.gz
box64-fe2930cbe3462ae39271781a30c68f2185fc8f3a.zip
[LA64_DYNAREC] Enable AVX/AVX2 by default (#2946)
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 09864519..23e9ea0f 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -188,6 +188,7 @@ Set the folder for DynaCache files. Default is $XDG_CACHE_HOME/box64 or $HOME/.c
 Minimum size, in KB, for a DynaCache to be written to disk. Default size is 350KB
 
  * XXXX: Set a minimum size of XXXX KB of Dynarec code to write the dynacache to disk. Will not be saved to disk else. 
+ * 350: A size of 350 KB is the default value. [Default]
 
 ### BOX64_MMAP32
 
@@ -342,7 +343,7 @@ Add --no-sandbox argument to the guest program.
 
 ### BOX64_AVX
 
-Expose AVX extension to CPUID and cpuinfo file. Default value is 2 on Arm64 because it's fully implemented in DynaRec, 0 otherwise. Availble in WowBox64.
+Expose AVX extension to CPUID and cpuinfo file. Default value is 2 on Arm64 and LoongArch64 because it's fully implemented in DynaRec, 0 otherwise. Availble in WowBox64.
 
  * 0: Do not expose AVX capabilities. 
  * 1: Expose AVX, BMI1, F16C and VAES extensions to CPUID and cpuinfo file.