From c43d34d0cf680d9c8172f18a35d102524018f234 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 2 Oct 2024 15:53:29 +0800 Subject: [RV64_DYNAREC] Added preliminary xtheadvector support (#1892) * [RV64_DYNAREC] Added preliminary xtheadvector support * [RV64_DYNAREC] Fixed more unaligned issue --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1