Skip to content

Commit

Permalink
[NFC][XTHeadVector] Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
AinsleySnow committed Jan 12, 2024
1 parent 1069dac commit dabe058
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ Any feature not listed below but present in the specification should be consider
- (Done) `12.2. Vector Widening Integer Add/Subtract`
- (Done) `vwadd{u}.{vv,vx,wv,wx}`
- (Done) `vwsub{u}.{vv,vx,wv,wx}`

- (Done) `12.3. Vector Integer Add-with-Carry / Subtract-with-Borrow Instructions`
- (Done) `vadc.{vvm,vxm,vim}`
- (Done) `vmadc.{vvm,vxm,vim}`
- (Done) `vsbc.{vvm,vxm}`
- (Done) `vmsbc.{vvm,vxm}`
- (WIP) Clang intrinsics related to the `XTHeadVector` extension:
- (WIP) `6. Configuration-Setting and Utility`
- (Done) `6.1. Set vl and vtype`
Expand Down

0 comments on commit dabe058

Please sign in to comment.