diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-17 21:47:23 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-17 21:47:23 +0200 |
| commit | 0d355aaf01e0e76968a0b9ea7e4478e9b4228948 (patch) | |
| tree | e1ab7ff08cbfa4f4ea8a2a8860ae2888cd7288c8 /docs/gen/usage.json | |
| parent | 220b1e6dad693d6a47ca18c618f0ae70daf91be8 (diff) | |
| download | box64-0d355aaf01e0e76968a0b9ea7e4478e9b4228948.tar.gz box64-0d355aaf01e0e76968a0b9ea7e4478e9b4228948.zip | |
[LA64] Do not expose AVX by default for now, there are still some issue to fix before
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 6141d9b9..577521e8 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 and LoongArch64 because it's fully implemented in DynaRec, 0 otherwise.", + "description": "Expose AVX extension to CPUID and cpuinfo file. Default value is 2 on Arm64 because it's fully implemented in DynaRec, 0 otherwise.", "category": "Compatibility", "wine": true, "options": [ |