diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 7 | ||||
| -rw-r--r-- | docs/box64.pod | 8 | ||||
| -rw-r--r-- | docs/gen/usage.json | 18 |
3 files changed, 33 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 4efd7b71..e59c65b5 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -399,6 +399,13 @@ Path to look for x86_64 binaries. * XXXX: Add path XXXX to the binary path. +### BOX64_PCLMULQDQ + +Expose PCLMULQDQ capabilities. + + * 0: Do not expose PCLMULQDQ capabilities. + * 1: Expose PCLMULQDQ capabilities. [Default] + ### BOX64_RCFILE Path to the rc file to load. diff --git a/docs/box64.pod b/docs/box64.pod index 42ce1ee5..2b0461fa 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -662,6 +662,14 @@ Path to look for x86_64 binaries. * XXXX : Add path XXXX to the binary path. +=item B<BOX64_PCLMULQDQ> =I<0|1> + +Expose PCLMULQDQ capabilities. + + * 0 : Do not expose PCLMULQDQ capabilities. + * 1 : Expose PCLMULQDQ capabilities. [Default] + + =item B<BOX64_PREFER_EMULATED> =I<0|1> Prefer emulated libraries over native ones. diff --git a/docs/gen/usage.json b/docs/gen/usage.json index dfd65aea..523fc8f6 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -1437,6 +1437,24 @@ ] }, { + "name": "BOX64_PCLMULQDQ", + "description": "Expose PCLMULQDQ capabilities.", + "category": "Compatibility", + "wine": false, + "options": [ + { + "key": "0", + "description": "Do not expose PCLMULQDQ capabilities.", + "default": false + }, + { + "key": "1", + "description": "Expose PCLMULQDQ capabilities.", + "default": true + } + ] + }, + { "name": "BOX64_PREFER_EMULATED", "description": "Prefer emulated libraries over native ones.", "category": "Libraries", |