about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-31 10:28:18 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-03-31 10:28:18 +0200
commit716eb97af90b21ed1085c9c6e1eb8d132d9f3f18 (patch)
tree5414a91c1be56719b37c54c1ffec9ace90be1a5d /docs
parent3623cb9785a1c7b593ebc65c42c23a4db981ada4 (diff)
downloadbox64-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-xdocs/USAGE.md5
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