diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-08-18 18:41:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 12:41:10 +0200 |
| commit | fe2930cbe3462ae39271781a30c68f2185fc8f3a (patch) | |
| tree | 0535d34f8c725c1beebe69a18d98f130ba71323b /docs/gen/usage.json | |
| parent | bf6c1533b373b32c48744e191667a82830935b27 (diff) | |
| download | box64-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.json | 7 |
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 } ] }, |