diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-05 13:55:17 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-05 13:55:17 +0100 |
| commit | 6f6a42642418ea34a77a0648a75957a28b733a1e (patch) | |
| tree | 27c378196fc41d58ae19001bce6267f27ce3b7be /src/include/debug.h | |
| parent | 163158cf126a7b774ccb8c0c1e9d94b696b343bb (diff) | |
| download | box64-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.h | 1 |
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; |