about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md1
-rw-r--r--docs/box64.pod3
-rw-r--r--docs/gen/usage.json5
3 files changed, 8 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 2a2256b3..8fac8909 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -218,6 +218,7 @@ Force the use of float/double for x87 emulation.
 
  * 0: Try to use float when possible for x87 emulation. [Default]
  * 1: Only use Double for x87 emulation. 
+ * 2: Check Precision Control low precision on x87 emulation. 
 
 ### BOX64_EXIT
 
diff --git a/docs/box64.pod b/docs/box64.pod
index 787e99cd..7f46aaaf 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -339,12 +339,13 @@ Tweak the memory barriers to reduce the performance impact by strong memory emua
  * 2 : All in 1, plus disabled the last write barriers. 
 
 
-=item B<BOX64_DYNAREC_X87DOUBLE> =I<0|1>
+=item B<BOX64_DYNAREC_X87DOUBLE> =I<0|1|2>
 
 Force the use of float/double for x87 emulation.
 
  * 0 : Try to use float when possible for x87 emulation. [Default]
  * 1 : Only use Double for x87 emulation. 
+ * 2 : Check Precision Control low precision on x87 emulation. 
 
 
 =item B<BOX64_EMULATED_LIBS> =I<XXXX|XXXX:YYYY:ZZZZ>
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index d42c4dbf..0a09d5a1 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -681,6 +681,11 @@
         "key": "1",
         "description": "Only use Double for x87 emulation.",
         "default": false
+      },
+      {
+        "key": "2",
+        "description": "Check Precision Control low precision on x87 emulation.",
+        "default": false
       }
     ]
   },