From aac1663d7579cb9e821d342dda9f999623d20b62 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 1 May 2023 10:24:46 +0000 Subject: [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensions --- src/include/debug.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 37146e02..6f448fc7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -33,6 +33,11 @@ extern int arm64_aes; extern int arm64_pmull; extern int arm64_crc32; extern int arm64_atomics; +#elif defined(RV64) +extern int rv64_zba; +extern int rv64_zbb; +extern int rv64_zbc; +extern int rv64_zbs; #endif #endif extern int box64_libcef; -- cgit 1.4.1