diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-08 11:27:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-08 11:27:37 +0200 |
| commit | e7d2cf55389b45afe37beb6c4996c99412da1605 (patch) | |
| tree | e2ff1b206f65f5ef6edf90e9fc5968eab89f64c3 /docs/gen/usage.json | |
| parent | 427f1b8c558b9ef7529aed7c69fe5619ea613b0f (diff) | |
| download | box64-e7d2cf55389b45afe37beb6c4996c99412da1605.tar.gz box64-e7d2cf55389b45afe37beb6c4996c99412da1605.zip | |
[DOCS] Some small fixing / precision in a few doc items
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 03e4f041..6141d9b9 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -228,7 +228,7 @@ }, { "key": "1", - "description": "Generate aligned atomics only, which is faster and smaller code size, but will cause SIGBUS for LOCK prefixed opcodes operating on aligned data addresses.", + "description": "Generate aligned atomics only, which is faster and smaller code size, but will cause SIGBUS for LOCK prefixed opcodes operating on unaligned data addresses.", "default": false } ] @@ -351,7 +351,7 @@ "options": [ { "key": "0", - "description": "Do not generate thr division-by-zero exception.", + "description": "Do not generate the division-by-zero exception.", "default": true }, { @@ -611,7 +611,7 @@ }, { "name": "BOX64_DYNAREC_SAFEFLAGS", - "description": "Behaviour of flags emulation on CALL/RET opcodes.", + "description": "Behaviour of flags emulation on CALL/RET opcodes and other edge cases.", "category": "Performance", "wine": true, "options": [ @@ -627,7 +627,7 @@ }, { "key": "2", - "description": "All CALL/RET will need flags.", + "description": "All CALL/RET will need flags. All edge cases are also handled.", "default": false } ] @@ -1554,7 +1554,7 @@ }, { "name": "BOX64_SSE_FLUSHTO0", - "description": "Behaviour of SSE Flush to 0 flags.", + "description": "Behaviour of SSE Flush to 0 flags. Also tracking SSE exception flags", "category": "Compatibility", "wine": true, "options": [ @@ -1565,7 +1565,7 @@ }, { "key": "1", - "description": "Apply SSE Flush to 0 flag directly.", + "description": "Apply SSE Flush to 0 flag directly. Also reflect SSE exception flags in Dynarec (if available)", "default": false } ] |