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 16:48:05 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-06 16:48:05 +0200
commit0dc5761ca6743d5a5f0f6d3086828f6d6ed5c720 (patch)
tree2ab46d1455b5cd96049b2f74a1f058842d2115d6 /src/include
parentdf47fb5be83f3226b11703f23722c7c0b6a0b271 (diff)
downloadbox64-0dc5761ca6743d5a5f0f6d3086828f6d6ed5c720.tar.gz
box64-0dc5761ca6743d5a5f0f6d3086828f6d6ed5c720.zip
[INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DYNAREC] too)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 52429f47..be48b59e 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -40,7 +40,6 @@ 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;