about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-06-06 13:47:47 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-06 13:47:47 +0200
commit0cedc70eb36e0c136bfa90be1e275c8792052195 (patch)
tree266012e48b5960bd8b3b21e88b705d587b05530a /src/include
parent1612687acfd6200515fc38fd46180f09f5a41661 (diff)
downloadbox64-0cedc70eb36e0c136bfa90be1e275c8792052195.tar.gz
box64-0cedc70eb36e0c136bfa90be1e275c8792052195.zip
[ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes
Diffstat (limited to 'src/include')
-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 be48b59e..52429f47 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -40,6 +40,7 @@ extern int arm64_aes;
 extern int arm64_pmull;
 extern int arm64_crc32;
 extern int arm64_atomics;
+extern int arm64_asimdhp;
 extern int arm64_sha1;
 extern int arm64_sha2;
 extern int arm64_uscat;