Skip to content

Commit b066a99

Browse files
authored
Add bitmap definition for Zifencei
Following on from #109, which added the single-letter extensions. Zifencei is a standard, ratified extension so seems worth a bitmap definition, even though I understand e.g. Linux has reasons for not exposing it. The motivation here is just to have an assigned bit for all standard extensions [I implement](https://github.com/Wren6991/Hazard3/tree/develop), since I now expose this bitmap directly in hardware. Zifencei is the only one missing, so I don't plan to continue to trickle these in. Signed-off-by: Luke Wren <[email protected]>
1 parent 38fbfe1 commit b066a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/c-api.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ Each queryable extension must have an associated `groupid` and `bitmask` that in
949949
| zilsd | 1 | 8
950950
| zclsd | 1 | 9
951951
| zcmp | 1 | 10
952+
| zifencei | 1 | 11
952953
|====
953954

954955
=== Version Selection

0 commit comments

Comments
 (0)