[RISCV] Implement Feature Bit for Q (#145001)

This commit is contained in:
Iris Shi
2025-06-21 11:32:28 +08:00
committed by GitHub
parent f466131055
commit fa117715ca

View File

@@ -40,6 +40,8 @@ struct {
#define I_BITMASK (1ULL << 8) #define I_BITMASK (1ULL << 8)
#define M_GROUPID 0 #define M_GROUPID 0
#define M_BITMASK (1ULL << 12) #define M_BITMASK (1ULL << 12)
#define Q_GROUPID 0
#define Q_BITMASK (1ULL << 16)
#define V_GROUPID 0 #define V_GROUPID 0
#define V_BITMASK (1ULL << 21) #define V_BITMASK (1ULL << 21)
#define ZACAS_GROUPID 0 #define ZACAS_GROUPID 0