diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2024-06-27 14:43:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 08:43:49 +0200 |
| commit | 52c97c47ab397a37c8fc23c5cb20ad687b2fe11f (patch) | |
| tree | 79fdf92b0b344c6d26257d02a7916cf684d6b6ee /src/include/debug.h | |
| parent | 5f06d066e7d768ffb7d14a989b282822b76e4b8b (diff) | |
| download | box64-52c97c47ab397a37c8fc23c5cb20ad687b2fe11f.tar.gz box64-52c97c47ab397a37c8fc23c5cb20ad687b2fe11f.zip | |
[RV64_DYNAREC] Detect vector extension (#1619)
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 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; |