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-01-05 13:55:17 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-05 13:55:17 +0100
commit6f6a42642418ea34a77a0648a75957a28b733a1e (patch)
tree27c378196fc41d58ae19001bce6267f27ce3b7be /src/include/debug.h
parent163158cf126a7b774ccb8c0c1e9d94b696b343bb (diff)
downloadbox64-6f6a42642418ea34a77a0648a75957a28b733a1e.tar.gz
box64-6f6a42642418ea34a77a0648a75957a28b733a1e.zip
[ARM64_DYNAREC] Attempt to use FRINTTS extension
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 08018633..4ab2e80a 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -40,6 +40,7 @@ extern int arm64_sha1;
 extern int arm64_sha2;
 extern int arm64_flagm;
 extern int arm64_flagm2;
+extern int arm64_frintts;
 #elif defined(RV64)
 extern int rv64_zba;
 extern int rv64_zbb;