diff options
Diffstat (limited to 'docs/USAGE.md')
| -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 30a633fc..c344e4e1 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -231,6 +231,11 @@ Handling of x87 80bits long double * 0 : Try to handle 80bits long double as precise as possible (Default) * 1 : Handle them as double +#### BOX64_SYNC_ROUNDING * +Box64 will sync rounding mode with fesetround/fegetround. +* 0 : Disable rounding mode syncing. (Default.) +* 1 : Enable rounding mode syncing. + #### BOX64_LIBCEF * Detect libcef and apply malloc_hack settings * 0 : Don't detect libcef |