diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-31 10:28:18 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-31 10:28:18 +0200 |
| commit | 716eb97af90b21ed1085c9c6e1eb8d132d9f3f18 (patch) | |
| tree | 5414a91c1be56719b37c54c1ffec9ace90be1a5d /docs | |
| parent | 3623cb9785a1c7b593ebc65c42c23a4db981ada4 (diff) | |
| download | box64-716eb97af90b21ed1085c9c6e1eb8d132d9f3f18.tar.gz box64-716eb97af90b21ed1085c9c6e1eb8d132d9f3f18.zip | |
More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index d9de9d93..052239b9 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -131,6 +131,11 @@ Enable/Disable simulation of Strong Memory model * 1 : Enable some Memory Barrier when reading from memory (on some MOV opcode) to simulate Strong Memory Model while trying to limit performance impact (Default when libmonobdwgc-2.0.so is loaded) * 2 : Enable some Memory Barrier when reading from memory (on some MOV opcode) to simulate Strong Memory Model +#### BOX64_DYNAREC_FASTNAN +Enable/Disable generation of -NAN +* 0 : Generate -NAN like on x86 (Default.) +* 1 : Don't do anything special with NAN, to go as fast as possible (was default before this option exsted) + #### BOX64_LIBGL * libXXXX set the name for libGL (defaults to libGL.so.1). * /PATH/TO/libGLXXX : Sets the name and path for libGL |