about summary refs log tree commit diff stats
path: root/docs/gen/usage.json
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2025-10-22 20:41:30 +0800
committerGitHub <noreply@github.com>2025-10-22 14:41:30 +0200
commit66e8828345f4523403a3e3b3c80f82a0aa4d8409 (patch)
tree8c2816c492d8d045c91ceb9cf23fecb4776b16c3 /docs/gen/usage.json
parent0850dec01fa66a067e7753f9181fc13c4593a389 (diff)
downloadbox64-66e8828345f4523403a3e3b3c80f82a0aa4d8409.tar.gz
box64-66e8828345f4523403a3e3b3c80f82a0aa4d8409.zip
[ENV] Introduced BOX64_PCLMULQDQ (#3086)
* [ENV] Introduced BOX64_PCLMULQDQ

* review
Diffstat (limited to 'docs/gen/usage.json')
-rw-r--r--docs/gen/usage.json18
1 files changed, 18 insertions, 0 deletions
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",