about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-12-21 15:51:55 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-21 15:51:55 +0100
commit715ce5dbe987c103eeebbda470325866dc614b16 (patch)
tree51c1006e0e8992081a0b6abe21918cc3897a9c16 /docs
parent7d0f8078807c9a0d5f4416566da343de419015bf (diff)
downloadbox64-715ce5dbe987c103eeebbda470325866dc614b16.tar.gz
box64-715ce5dbe987c103eeebbda470325866dc614b16.zip
Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created profile for wine, wine64 and GridAutosport using it
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index ebbc7f81..5d3d0772 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_MAXCPU

+Maximum CPU Core exposed

+* 0 : Don't cap the number of cpu core exposed (Default)

+* XXX : Cap the maximum CPU Core exposed to XXX (usefull with wine64 or GridAutosport for example)

+

 #### BOX64_SYNC_ROUNDING *

 Box64 will sync rounding mode with fesetround/fegetround.

 * 0 : Disable rounding mode syncing. (Default.)