Skip to content

Commit 967f2fb

Browse files
lenarycmuellner
authored andcommitted
Add Defined misa Bits
This adds the bits that are defined already in `misa.Extensions`, in the privileged spec, following the note above the table, and existing ratified extensions. While we would not expect all of these to be present in an OS-level hwcap interface (for example the H bit), I think it is fine to allocate these for the single-letter part of the bitmask, so these bits are not otherwise used.
1 parent 430f77a commit 967f2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/c-api.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,9 +889,12 @@ Each queryable extension must have an associated `groupid` and `bitmask` that in
889889
|====
890890
| extension | groupid | bit position
891891
| a | 0 | 0
892+
| b | 0 | 1
892893
| c | 0 | 2
893894
| d | 0 | 3
895+
| e | 0 | 4
894896
| f | 0 | 5
897+
| h | 0 | 7
895898
| i | 0 | 8
896899
| m | 0 | 12
897900
| v | 0 | 21

0 commit comments

Comments
 (0)