From fe2930cbe3462ae39271781a30c68f2185fc8f3a Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 18 Aug 2025 18:41:10 +0800 Subject: [LA64_DYNAREC] Enable AVX/AVX2 by default (#2946) --- docs/gen/usage.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/gen/usage.json') 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 } ] }, -- cgit 1.4.1