about summary refs log tree commit diff stats
path: root/docs/gen/usage.json
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/gen/usage.json
parentbf6c1533b373b32c48744e191667a82830935b27 (diff)
downloadbox64-fe2930cbe3462ae39271781a30c68f2185fc8f3a.tar.gz
box64-fe2930cbe3462ae39271781a30c68f2185fc8f3a.zip
[LA64_DYNAREC] Enable AVX/AVX2 by default (#2946)
Diffstat (limited to 'docs/gen/usage.json')
-rw-r--r--docs/gen/usage.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index 8da1238b..03e4f041 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -55,7 +55,7 @@
   },
   {
     "name": "BOX64_AVX",
-    "description": "Expose AVX extension to CPUID and cpuinfo file. Default value is 2 on Arm64 because it's fully implemented in DynaRec, 0 otherwise.",
+    "description": "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.",
     "category": "Compatibility",
     "wine": true,
     "options": [
@@ -847,6 +847,11 @@
         "key": "XXXX",
         "description": "Set a minimum size of XXXX KB of Dynarec code to write the dynacache to disk. Will not be saved to disk else.",
         "default": false
+      },
+      {
+        "key": "350",
+        "description": "A size of 350 KB is the default value.",
+        "default": true
       }
     ]
   },