about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-10-02 15:53:29 +0800
committerGitHub <noreply@github.com>2024-10-02 09:53:29 +0200
commitc43d34d0cf680d9c8172f18a35d102524018f234 (patch)
tree95c0534581ea248dc9f3e68fb3bdcd0f9efb9bde /src/include/debug.h
parenta188f4ebfe0fbf9f46601c683a686c23a1513ee7 (diff)
downloadbox64-c43d34d0cf680d9c8172f18a35d102524018f234.tar.gz
box64-c43d34d0cf680d9c8172f18a35d102524018f234.zip
[RV64_DYNAREC] Added preliminary xtheadvector support (#1892)
* [RV64_DYNAREC] Added preliminary xtheadvector support

* [RV64_DYNAREC] Fixed more unaligned issue
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 fd3f23c0..7264261d 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -56,6 +56,7 @@ extern int rv64_zbb;
 extern int rv64_zbc;
 extern int rv64_zbs;
 extern int rv64_vector;
+extern int rv64_xtheadvector; // rvv 1.0 or xtheadvector
 extern int rv64_vlen;
 extern int rv64_xtheadba;
 extern int rv64_xtheadbb;