From 52c97c47ab397a37c8fc23c5cb20ad687b2fe11f Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 27 Jun 2024 14:43:49 +0800 Subject: [RV64_DYNAREC] Detect vector extension (#1619) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index f743a7e2..98f6281e 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -54,6 +54,7 @@ extern int rv64_zba; extern int rv64_zbb; extern int rv64_zbc; extern int rv64_zbs; +extern int rv64_vector; extern int rv64_xtheadba; extern int rv64_xtheadbb; extern int rv64_xtheadbs; -- cgit 1.4.1