about summary refs log tree commit diff stats
path: root/src/include/env.h
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 /src/include/env.h
parent0850dec01fa66a067e7753f9181fc13c4593a389 (diff)
downloadbox64-66e8828345f4523403a3e3b3c80f82a0aa4d8409.tar.gz
box64-66e8828345f4523403a3e3b3c80f82a0aa4d8409.zip
[ENV] Introduced BOX64_PCLMULQDQ (#3086)
* [ENV] Introduced BOX64_PCLMULQDQ

* review
Diffstat (limited to 'src/include/env.h')
-rw-r--r--src/include/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/env.h b/src/include/env.h
index ac3be9a4..7c5dbcea 100644
--- a/src/include/env.h
+++ b/src/include/env.h
@@ -103,6 +103,7 @@ extern char* ftrace_name;
     BOOLEAN(BOX64_NOSIGILL, nosigill, 0, 0)                                   \
     BOOLEAN(BOX64_NOVULKAN, novulkan, 0, 0)                                   \
     STRING(BOX64_PATH, path, 0)                                               \
+    BOOLEAN(BOX64_PCLMULQDQ, pclmulqdq, 1, 0)                                 \
     BOOLEAN(BOX64_PREFER_EMULATED, prefer_emulated, 0, 0)                     \
     BOOLEAN(BOX64_PREFER_WRAPPED, prefer_wrapped, 0, 0)                       \
     STRING(BOX64_RCFILE, envfile, 0)                                          \