diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-20 13:21:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-20 13:21:08 +0200 |
| commit | 29beabd6831dd51a1dd0a0cbf6c241a2ba45b612 (patch) | |
| tree | d2d2179fb61de42ba583b1893d4821fa95a32aa4 /docs | |
| parent | 80c346060f66f4dba261fae348bd9cf4cc4578d7 (diff) | |
| download | box64-29beabd6831dd51a1dd0a0cbf6c241a2ba45b612.tar.gz box64-29beabd6831dd51a1dd0a0cbf6c241a2ba45b612.zip | |
[ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native flags, as there is still a bug or two in that mode (for #1947)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index fcc5a982..bb7e974a 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -204,6 +204,11 @@ Generated code for aligned atomics only * 0 : The code generated can handle unaligned atomics (Default) * 1 : Generated code only for aligned atomics (faster and less code generated, but will SEGBUS if LOCK prefix is unused on unaligned data) +#### BOX64_DYNAREC_NATIVEFLAGS * +Generate code will use native flags if possible +* 0 : The code generated whill not use native flags even when possible +* 1 : Generated code will use native flags when possible (Arm64 only for now) (Default) + #### BOX64_DYNAREC_BLEEDING_EDGE * Detect MonoBleedingEdge and apply conservative settings * 0 : Don't detect MonoBleedingEdge |