about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-05-27 12:21:57 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-05-27 12:21:57 +0200
commit0d755e610b5a7cf782c261d14687146c90ae4ee3 (patch)
tree13dbc799d99c364b66ceb9889c5cda6d178321c0 /src/include/debug.h
parent55ee7fcc33808df63793c7bda384abcdc1c4bf4c (diff)
downloadbox64-0d755e610b5a7cf782c261d14687146c90ae4ee3.tar.gz
box64-0d755e610b5a7cf782c261d14687146c90ae4ee3.zip
More avx infrastructure
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 5932f10a..be48b59e 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -94,6 +94,7 @@ extern int box64_x87_no80bits;
 extern int box64_sync_rounding;
 extern int box64_sse42;
 extern int box64_avx;
+extern int box64_avx2;
 extern int allow_missing_libs;
 extern int box64_mapclean;
 extern int box64_prefer_wrapped;